You've already forked AstralRinth
forked from didirus/AstralRinth
move to monorepo dir
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user