Moderation + Mod Editing (#101)

* Moderation + Mod Editing WIP

* Run prepare, fix perms

* Make it compile

* Finish moderation and edit routes

* More fixes

* Use better queries

* Final Fixes
This commit is contained in:
Geometrically
2020-11-15 19:58:11 -07:00
committed by GitHub
parent da911bfeb8
commit 0500994def
14 changed files with 1830 additions and 332 deletions

View File

@@ -0,0 +1,7 @@
-- Add migration script here
DELETE FROM release_channels WHERE channel = 'release-hidden';
DELETE FROM release_channels WHERE channel = 'beta-hidden';
DELETE FROM release_channels WHERE channel = 'alpha-hidden';
ALTER TABLE versions
ADD COLUMN accepted BOOLEAN NOT NULL default FALSE;