zipline/prisma/migrations/20230219001919_public_folder/migration.sql
2023-02-23 14:37:22 -08:00

2 lines
91 B
SQL

-- AlterTable
ALTER TABLE "Folder" ADD COLUMN "public" BOOLEAN NOT NULL DEFAULT false;