mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Merge pull request #1348 from woogerboy21/fix_clientid_dbmigration
Add database migration script for client id
This commit is contained in:
commit
1f22f1743c
1 changed files with 5 additions and 0 deletions
5
servatrice/migrations/servatrice_0002_to_0003.sql
Normal file
5
servatrice/migrations/servatrice_0002_to_0003.sql
Normal file
|
|
@ -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;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue