Fixed create-schema.sql

This commit is contained in:
Alena Prokharchyk 2012-06-11 09:41:40 -07:00
parent aa84256542
commit c6364dfdf0
2 changed files with 2 additions and 2 deletions

View File

@ -2198,7 +2198,7 @@ CREATE TABLE `cloud`.`router_network_ref` (
PRIMARY KEY (`id`),
CONSTRAINT `fk_router_network_ref__router_id` FOREIGN KEY (`router_id`) REFERENCES `domain_router`(`id`) ON DELETE CASCADE,
CONSTRAINT `fk_router_network_ref__networks_id` FOREIGN KEY (`network_id`) REFERENCES `networks`(`id`) ON DELETE CASCADE,
UNIQUE `i_router_network_ref__router_id__network_id`(`router_id`, `network_id`),
UNIQUE `i_router_network_ref__router_id__network_id`(`router_id`, `network_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

View File

@ -5,7 +5,7 @@
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
VERSION = '3.0.3.2012-06-10T19:26:47Z'
VERSION = '3.0.3.2012-06-11T16:40:18Z'
APPNAME = 'cloud'
import shutil,os