chore: cleanup defaults
This commit is contained in:
parent
b9f5897280
commit
3abe667e65
|
|
@ -1,2 +1,2 @@
|
||||||
-- AlterTable
|
-- AlterTable
|
||||||
ALTER TABLE "User" ADD COLUMN "dateFormat" TEXT NOT NULL DEFAULT 'en-GB';
|
ALTER TABLE "User" ADD COLUMN "dateFormat" TEXT NOT NULL DEFAULT 'en-US';
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "User" ALTER COLUMN "dateFormat" SET DEFAULT 'en-GB';
|
||||||
Loading…
Reference in a new issue