Support Mod/Admin Notes Section

This commit is contained in:
ZeldaZach 2024-12-28 09:05:06 -05:00
parent 18119bd11b
commit 838e16151f
No known key found for this signature in database
12 changed files with 174 additions and 2 deletions

View file

@ -0,0 +1,5 @@
-- Servatrice db migration from version 29 to version 30
ALTER TABLE cockatrice_users ADD COLUMN adminnotes mediumtext NOT NULL;
UPDATE cockatrice_schema_version SET version=30 WHERE version=29;