You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
6 lines
211 B
SQL
6 lines
211 B
SQL
ALTER TABLE users
|
|
ADD COLUMN `last_username_change` INT(11) NOT NULL DEFAULT 0;
|
|
|
|
|
|
INSERT INTO emulator_settings (`key`, `value`, `comment`)
|
|
VALUES ('rename.cooldown_days', '30', 'Days between username changes'); |