Support more indices (#5505)

* Support more indices

* Support more indices
This commit is contained in:
Zach H 2025-01-24 23:16:41 -05:00 committed by GitHub
parent ce416df3fb
commit ec6a23de56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View 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;