mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +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:
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;
|
Reference in New Issue
Block a user