Allow gallery featuring, add gallery images to search, rename rejection reasons, transfer ownership route (#226)

This commit is contained in:
Geometrically
2021-07-27 16:50:07 -07:00
committed by GitHub
parent bc983162f3
commit 76b62eda3a
16 changed files with 1414 additions and 1130 deletions

View File

@@ -0,0 +1,7 @@
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;