file-uploader/prisma/migrations/20240706025748_longtext_lol/migration.sql

7 lines
220 B
MySQL
Raw Permalink Normal View History

2024-07-06 03:31:58 +00:00
-- AlterTable
ALTER TABLE `Upload` MODIFY `fileName` LONGTEXT NOT NULL,
MODIFY `public` BOOLEAN NOT NULL DEFAULT true;
-- AlterTable
ALTER TABLE `UserSettings` MODIFY `newPostsPublic` BOOLEAN NOT NULL DEFAULT true;