mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
add database migration from blob to mediumblob (#4568)
This commit is contained in:
parent
252883f67e
commit
7d0a255a49
3 changed files with 8 additions and 3 deletions
5
servatrice/migrations/servatrice_0028_to_0029.sql
Normal file
5
servatrice/migrations/servatrice_0028_to_0029.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Servatrice db migration from version 28 to version 29
|
||||
|
||||
ALTER TABLE cockatrice_users MODIFY COLUMN avatar_bmp mediumblob NOT NULL;
|
||||
|
||||
UPDATE cockatrice_schema_version SET version=29 WHERE version=28;
|
||||
Loading…
Add table
Add a link
Reference in a new issue