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

7 lines
225 B
SQL

ALTER TABLE mods
RENAME COLUMN rejection_reason TO moderation_message;
ALTER TABLE mods
RENAME COLUMN rejection_body TO moderation_message_body;
ALTER TABLE mods_gallery
ADD COLUMN featured boolean default false;