mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
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:
@@ -1 +0,0 @@
|
||||
ALTER TABLE "domain" ADD COLUMN "customEntrypoint" text;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -855,13 +855,6 @@
|
||||
"when": 1763755037033,
|
||||
"tag": "0121_rainy_cargill",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 122,
|
||||
"version": "7",
|
||||
"when": 1763829727264,
|
||||
"tag": "0122_sleepy_aqueduct",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user