mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
deprecate the gender property from the protocol entirely (#4496)
* deprecate the gender property from the protocol entirely * use obsolete instead of deprecated * add the database migration * update internal database version as well
This commit is contained in:
parent
86881bbbc3
commit
07e6aadbbe
24 changed files with 25 additions and 170 deletions
5
servatrice/migrations/servatrice_0027_to_0028.sql
Normal file
5
servatrice/migrations/servatrice_0027_to_0028.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Servatrice db migration from version 27 to version 28
|
||||
|
||||
ALTER TABLE cockatrice_users DROP COLUMN gender;
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=28 WHERE version=27;
|
||||
Loading…
Add table
Add a link
Reference in a new issue