DarkflameServer/migrations/dlu/7_make_play_key_id_nullable.sql
Demetri Van Sickle fde62a4777
Fixed typo (#875)
2022-12-06 08:36:42 -06:00

2 lines
55 B
SQL

ALTER TABLE accounts MODIFY play_key_id INT DEFAULT 0;