You've already forked AstralRinth
forked from didirus/AstralRinth
Add ordering to categories, gallery images, and team members (#501)
This commit is contained in:
3
migrations/20221217041358_ordering-galore.sql
Normal file
3
migrations/20221217041358_ordering-galore.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE categories ADD COLUMN ordering BIGINT NOT NULL DEFAULT 0;
|
||||
ALTER TABLE mods_gallery ADD COLUMN ordering BIGINT NOT NULL DEFAULT 0;
|
||||
ALTER TABLE team_members ADD COLUMN ordering BIGINT NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user