mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
3 lines
213 B
SQL
3 lines
213 B
SQL
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; |