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
This commit is contained in:
aecsocket
2026-02-19 17:32:58 +00:00
committed by GitHub
parent 9a83db2e67
commit b6b4bc21f1
5 changed files with 159 additions and 92 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE mods
ADD COLUMN components JSONB NOT NULL DEFAULT '{}';