mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +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; |