3 lines
88 B
SQL
3 lines
88 B
SQL
-- AlterTable
|
|
ALTER TABLE "Image" ADD COLUMN "nsfw" BOOLEAN NOT NULL DEFAULT false;
|