feat(db): add migration to drop unused AI columns and dynamically resolve initial migration tag

This commit is contained in:
MythEclipse
2026-06-02 23:55:12 +07:00
parent 88acda4703
commit d81aaf2b4a
3 changed files with 62 additions and 5 deletions
@@ -29,6 +29,13 @@
"when": 1780418603164,
"tag": "0003_add_corrected_moderations",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1780418800000,
"tag": "0004_drop_unused_ai_columns",
"breakpoints": true
}
]
}