drop review_plans.verified column and all its references

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-15 06:55:43 +02:00
parent 81b2990dca
commit cbf0025a81
6 changed files with 7 additions and 84 deletions

View File

@@ -78,6 +78,7 @@ function migrate(db: Database): void {
// signal would come from our own ffprobe, not from a Jellyfin webhook.
// RENAME COLUMN preserves values; both alters are no-ops on fresh DBs.
alter("ALTER TABLE review_plans RENAME COLUMN webhook_verified TO verified");
alter("ALTER TABLE review_plans DROP COLUMN verified");
}
function seedDefaults(db: Database): void {