Skip to content

Commit

Permalink
fix(sponsorTimes): fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken committed Aug 19, 2024
1 parent aca5fe0 commit eff69a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/_upgrade_sponsorTimes_41.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ALTER TABLE "vipUsers" ADD "createdAt" INTEGER NOT NULL;

-- sponsorTimes
-- Don't create createdAt -> timeSubmitted field
ALTER TABLE "vipUsers" ADD "sponsorTimes" INTEGER NOT NULL;
ALTER TABLE "sponsorTimes" ADD "updatedAt" INTEGER NOT NULL;

-- userNames
ALTER TABLE "userNames" ADD "createdAt" INTEGER NOT NULL;
Expand Down

0 comments on commit eff69a9

Please sign in to comment.