all
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "archiveAsPDF" BOOLEAN NOT NULL DEFAULT true,
|
||||
ADD COLUMN "archiveAsScreenshot" BOOLEAN NOT NULL DEFAULT true,
|
||||
ADD COLUMN "archiveAsWaybackMachine" BOOLEAN NOT NULL DEFAULT false;
|
Reference in New Issue
Block a user