Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
WHOOOP authored and WHOOOP committed Dec 22, 2022
1 parent 6272e3b commit 8069af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/migrations/20221221152835_/migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*/
-- AlterTable
ALTER TABLE "ActivitySession" ADD COLUMN "gameId" BIGINT NOT NULL,
ALTER TABLE "ActivitySession" ADD COLUMN "gameId" BIGINT NOT NULL DEFAULT 0,
ALTER COLUMN "idleTime" SET DATA TYPE BIGINT;

0 comments on commit 8069af2

Please sign in to comment.