chore: remove unused SQL script and journal entry for sleepy aqueduct migration

- Deleted the SQL script `0122_sleepy_aqueduct.sql` which added a `customEntrypoint` column to the `domain` table.
- Removed the corresponding journal entry from `_journal.json` to clean up migration history.
- Deleted the snapshot file `0122_snapshot.json` as it is no longer needed.
This commit is contained in:
Mauricio Siu
2025-12-07 20:45:45 -06:00
parent 6b117551ae
commit bf226f1af1
3 changed files with 0 additions and 6736 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -855,13 +855,6 @@
"when": 1763755037033,
"tag": "0121_rainy_cargill",
"breakpoints": true
},
{
"idx": 122,
"version": "7",
"when": 1763829727264,
"tag": "0122_sleepy_aqueduct",
"breakpoints": true
}
]
}