mirror of https://github.com/apache/cloudstack.git
Revert "Network_domain is supported in nectarine 2.2.8, so adding corresponding db upgrade step to 228-229 upgrade"
This reverts commit bc43d5ba5c6b329f39b2ab89256c381e3ca677f6. Conflicts: setup/db/db/schema-228to229.sql
This commit is contained in:
parent
bfaa56d471
commit
f521b6844d
|
|
@ -76,4 +76,3 @@ CREATE TABLE `cloud`.`elastic_lb_vm_map` (
|
|||
CONSTRAINT `fk_elastic_lb_vm_map__lb_id` FOREIGN KEY `fk_elastic_lb_vm_map__lb_id` (`lb_id`) REFERENCES `load_balancing_rules` (`id`) ON DELETE CASCADE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue