mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 18:13:55 -07:00
Add clientid field to sessions table.
This commit is contained in:
parent
de1b925b7d
commit
eb5833609a
6 changed files with 13 additions and 7 deletions
5
servatrice/migrations/servatrice_0003_to_0004.sql
Normal file
5
servatrice/migrations/servatrice_0003_to_0004.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Servatrice db migration from version 3 to version 4
|
||||
|
||||
alter table cockatrice_sessions add clientid varchar(15) not null;
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=4 WHERE version=3;
|
||||
Loading…
Add table
Add a link
Reference in a new issue