mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Support more indices (#5505)
* Support more indices * Support more indices
This commit is contained in:
parent
ce416df3fb
commit
ec6a23de56
3 changed files with 8 additions and 2 deletions
5
servatrice/migrations/servatrice_0032_to_0033.sql
Normal file
5
servatrice/migrations/servatrice_0032_to_0033.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Servatrice db migration from version 32 to version 33
|
||||
|
||||
ALTER TABLE cockatrice_user_analytics ADD INDEX `idx_last_login` (`last_login`);
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=33 WHERE version=32;
|
||||
Loading…
Add table
Add a link
Reference in a new issue