mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
2 lines
196 B
SQL
2 lines
196 B
SQL
ALTER TABLE instance_lockout ADD never_expires TINYINT UNSIGNED DEFAULT '0' NOT NULL AFTER duration;
|
|
ALTER TABLE instance_lockout ADD is_global TINYINT UNSIGNED DEFAULT '0' NOT NULL AFTER version; |