4 lines
103 B
SQL
4 lines
103 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "bonusProgramEnabled" BOOLEAN NOT NULL DEFAULT false;
|
|
|