Skip to content

Commit

Permalink
fix: update config version
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken committed Aug 19, 2024
1 parent eff69a9 commit ee353bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databases/_upgrade_sponsorTimes_41.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ ALTER TABLE "lockCategories" ADD "updatedAt" INTEGER NOT NULL;
-- titleVotes
ALTER TABLE "titleVotes" ADD "createdAt" INTEGER NOT NULL;
ALTER TABLE "titleVotes" ADD "updatedAt" INTEGER NOT NULL;

UPDATE "config" SET value = 41 WHERE key = 'version';

COMMIT;

0 comments on commit ee353bd

Please sign in to comment.