mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
3 lines
128 B
SQL
3 lines
128 B
SQL
ALTER TABLE `tasks` ADD `minlevel` TINYINT UNSIGNED NOT NULL DEFAULT '0',
|
|
ADD `maxlevel` TINYINT UNSIGNED NOT NULL DEFAULT '0';
|