Skip to content

Commit

Permalink
🔧 fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Oct 1, 2024
1 parent 9991313 commit 595cc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/migrations/20240917071500_init/migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE TABLE "rounds" (
"mg" INTEGER NOT NULL,
"color" TEXT NOT NULL,
"frequency" TEXT NOT NULL,
"portions" INTEGER NOT NULL,
"units" INTEGER NOT NULL,
"date" DATETIME NOT NULL,
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updatedAt" DATETIME NOT NULL,
Expand Down

0 comments on commit 595cc74

Please sign in to comment.