Files
Modrinth-plus/apps/labrinth/migrations/20260114130019_server_listing_projects.sql
aecsocket b6b4bc21f1 Cherry-pick migrations from server projects into main (#5395)
* Cherry-pick migrations from server projects into main

* Fix up project types and seed data

* fix tag test
2026-02-19 17:32:58 +00:00

3 lines
68 B
SQL

ALTER TABLE mods
ADD COLUMN components JSONB NOT NULL DEFAULT '{}';