drop the unapplied migration history

The seven files in officer_db/migrations/ were never applied — this database has
only ever been managed with db:push, so there is no __drizzle_migrations table
and the numbered history had drifted from the real schema (0001 creates a
saved_sessions table the database does not have).

Deleted so there is one story about how the schema gets applied. db:gen can
write a fresh baseline from the current schema.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
brunorezio
2026-07-25 23:30:20 +01:00
co-authored by Claude Opus 5
parent 0e71d87f75
commit 10400310c5
16 changed files with 7 additions and 15233 deletions
@@ -1,55 +0,0 @@
{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1772795711164,
"tag": "0000_futuristic_ink",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1772799835768,
"tag": "0001_freezing_carmella_unuscione",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1772985087180,
"tag": "0002_cute_doorman",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1773040399200,
"tag": "0003_perpetual_james_howlett",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1784593790333,
"tag": "0004_true_annihilus",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1784813792772,
"tag": "0005_small_the_phantom",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1785013713432,
"tag": "0006_absurd_dormammu",
"breakpoints": true
}
]
}