mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
[Hotfix] SQL Update
This commit is contained in:
parent
c6cfcc3ea9
commit
3cccb183a2
@ -22,7 +22,7 @@ CREATE TABLE `dynamic_zone_templates` (
|
|||||||
`zone_in_z` float NOT NULL DEFAULT 0,
|
`zone_in_z` float NOT NULL DEFAULT 0,
|
||||||
`zone_in_h` float NOT NULL DEFAULT 0,
|
`zone_in_h` float NOT NULL DEFAULT 0,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||||
|
|
||||||
ALTER TABLE `tasks`
|
ALTER TABLE `tasks`
|
||||||
ADD COLUMN `dz_template_id` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `request_timer_seconds`;
|
ADD COLUMN `dz_template_id` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `request_timer_seconds`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user