mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
Add migration to make play_key_id nullable (#857)
since there is an option not to use play_keys
This commit is contained in:
parent
2b9c014b86
commit
d8945e9067
1
migrations/dlu/7_make_play_key_id_nullable.sql
Normal file
1
migrations/dlu/7_make_play_key_id_nullable.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE account MODIFY play_key_id INT DEFAULT 0;
|
Loading…
Reference in New Issue
Block a user