summaryrefslogtreecommitdiff
path: root/salt/openbook/database/files/create_openbook_schemas.sql
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-14 00:00:06 +0000
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-14 00:00:06 +0000
commit0bbe097aa0f8db16b8626ed0bc151b8c72ac9ced (patch)
tree3b79231adcc009fa8d8b19354f7553c5838c9c2a /salt/openbook/database/files/create_openbook_schemas.sql
parentd19e515bf07d1e62ea5ab530c6c4acf00096dd3c (diff)
update create_databases_schama.sql Tue Nov 14 00:00:06 UTC 2017
Diffstat (limited to 'salt/openbook/database/files/create_openbook_schemas.sql')
-rw-r--r--salt/openbook/database/files/create_openbook_schemas.sql12
1 files changed, 6 insertions, 6 deletions
diff --git a/salt/openbook/database/files/create_openbook_schemas.sql b/salt/openbook/database/files/create_openbook_schemas.sql
index 3947ee9..81fcd3a 100644
--- a/salt/openbook/database/files/create_openbook_schemas.sql
+++ b/salt/openbook/database/files/create_openbook_schemas.sql
@@ -416,7 +416,7 @@ CREATE TABLE `t_host` (
`disk_allocation_ratio` decimal(6,2) DEFAULT NULL,
PRIMARY KEY (`host_id`),
KEY `ix_host_1` (`service_manager_id`,`service_region_id`,`host_foreign_id`(255))
-) ENGINE=InnoDB AUTO_INCREMENT=1858 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=1861 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -432,7 +432,7 @@ CREATE TABLE `t_host_attributes` (
`vm_count` int(11) NOT NULL,
`socket_count` int(11) NOT NULL,
PRIMARY KEY (`host_id`,`update_date`)
-) ENGINE=InnoDB AUTO_INCREMENT=1858 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=1861 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -1026,7 +1026,7 @@ CREATE TABLE `t_service_instance` (
PRIMARY KEY (`service_instance_id`),
UNIQUE KEY `ix_provisioned_entity_1` (`service_manager_id`,`service_region_id`,`service_instance_foreign_id`(255)),
KEY `ix_provisioned_entity_3` (`service_manager_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=82971 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=83322 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -1129,7 +1129,7 @@ CREATE TABLE `t_tenant` (
KEY `ix_tenant_1` (`tenant_id`),
KEY `ix_tenant_2` (`customer_id`),
KEY `ix_tenant_3` (`service_manager_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=1958 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=1964 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -1149,7 +1149,7 @@ CREATE TABLE `t_unbilled_charges` (
`payer_metadata` text DEFAULT NULL,
PRIMARY KEY (`invoice_id`),
KEY `t_unbilled_charges_1` (`management_region_id`,`payer_type`,`payer_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=845 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=758 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -1231,7 +1231,7 @@ CREATE TABLE `t_unbilled_charges_temp` (
`payer_metadata` text DEFAULT NULL,
PRIMARY KEY (`invoice_id`),
KEY `t_unbilled_charges_1` (`management_region_id`,`payer_type`,`payer_id`)
-) ENGINE=InnoDB AUTO_INCREMENT=845 DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB AUTO_INCREMENT=758 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;