DarkflameServer/migrations/dlu/7_make_play_key_id_nullable.sql
Aaron Kimbrell d8945e9067
Add migration to make play_key_id nullable (#857)
since there is an option not to use play_keys
2022-12-02 03:46:54 -08:00

2 lines
54 B
SQL

ALTER TABLE account MODIFY play_key_id INT DEFAULT 0;