We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacc0d7 commit 7ea0d7bCopy full SHA for 7ea0d7b
1 file changed
setup/db/db/schema-40to410.sql
@@ -263,8 +263,6 @@ CREATE TABLE `cloud`.`region` (
263
264
INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client/');
265
266
-ALTER TABLE `cloud_usage`.`account` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1';
267
-
268
CREATE TABLE `cloud`.`nicira_nvp_router_map` (
269
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
270
`logicalrouter_uuid` varchar(255) NOT NULL UNIQUE COMMENT 'nicira uuid of logical router',
0 commit comments