mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Support Mod/Admin Notes Section (#5361)
This commit is contained in:
parent
14807ba036
commit
1f58f7e93d
13 changed files with 175 additions and 3 deletions
5
servatrice/migrations/servatrice_0029_to_0030.sql
Normal file
5
servatrice/migrations/servatrice_0029_to_0030.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue