6 lines
162 B
SQL
6 lines
162 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ALTER COLUMN "updatedAt" DROP DEFAULT;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "VariableCategory" ADD COLUMN "savingsTargetCents" BIGINT;
|