mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 17:08:12 -07:00
Merge pull request #1348 from woogerboy21/fix_clientid_dbmigration
Add database migration script for client id
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Servatrice db migration from version 2 to version 3
|
||||
|
||||
alter table cockatrice_users add clientid varchar(15) not null;
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=3 WHERE version=2;
|
||||
Reference in New Issue
Block a user