3 lines
96 B
MySQL
3 lines
96 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "hideBranding" BOOLEAN NOT NULL DEFAULT false;
|