mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* Cherry-pick migrations from server projects into main * Fix up project types and seed data * fix tag test
3 lines
68 B
SQL
3 lines
68 B
SQL
ALTER TABLE mods
|
|
ADD COLUMN components JSONB NOT NULL DEFAULT '{}';
|