feat(migration): add customEntrypoint column to domain table

- Introduced a new SQL migration script `0130_abandoned_dagger.sql` to add the `customEntrypoint` column to the `domain` table.
- Updated the journal entry in `_journal.json` to reflect this new migration.
- Created a snapshot file `0130_snapshot.json` to capture the current state of the database schema after this migration.
This commit is contained in:
Mauricio Siu
2025-12-07 20:46:50 -06:00
parent 6a79ce8ff1
commit ac27aa1bba
3 changed files with 6929 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "domain" ADD COLUMN "customEntrypoint" text;

File diff suppressed because it is too large Load Diff

View File

@@ -911,6 +911,13 @@
"when": 1765136384035,
"tag": "0129_pale_roughhouse",
"breakpoints": true
},
{
"idx": 130,
"version": "7",
"when": 1765161998200,
"tag": "0130_abandoned_dagger",
"breakpoints": true
}
]
}