code refactoring + add locale field to user table

This commit is contained in:
daniel31x13
2024-05-28 15:55:19 -04:00
parent 17cdb7efa4
commit deb6ed7ec8
4 changed files with 71 additions and 56 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "locale" TEXT NOT NULL DEFAULT 'en';