mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
4 lines
81 B
SQL
4 lines
81 B
SQL
|
|
ALTER TABLE game_versions
|
|
ADD COLUMN type varchar(16) NOT NULL DEFAULT 'other';
|