Add database migration script for client id
This commit is contained in:
parent
644ea0482f
commit
b4e0c00cca
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…
Reference in a new issue