Modrinth/apps/labrinth/migrations/20240221215354_moderation_pack_fixes.sql
2024-10-16 14:11:42 -07:00

3 lines
145 B
SQL

ALTER TABLE moderation_external_files ALTER COLUMN sha1 SET NOT NULL;
ALTER TABLE moderation_external_licenses ALTER COLUMN title DROP NOT NULL;