mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 17:13:54 -07:00
Add ability to ban by client id
This commit is contained in:
parent
26e63a9a3a
commit
b102a05a36
17 changed files with 114 additions and 24 deletions
5
servatrice/migrations/servatrice_0004_to_0005.sql
Normal file
5
servatrice/migrations/servatrice_0004_to_0005.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Servatrice db migration from version 4 to version 5
|
||||
|
||||
alter table cockatrice_bans add clientid varchar(15) not null;
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=5 WHERE version=4;
|
||||
Loading…
Add table
Add a link
Reference in a new issue