mirror of https://github.com/apache/cloudstack.git
schema changes
This commit is contained in:
parent
5b2ec08154
commit
9de6b1ae77
|
|
@ -75,9 +75,10 @@ DROP TABLE IF EXISTS `cloud`.`ext_lun_details`;
|
|||
DROP TABLE IF EXISTS `cloud`.`cluster`;
|
||||
|
||||
/*DO NOT DELETE*/
|
||||
/*
|
||||
|
||||
DROP TABLE IF EXISTS `cloud`.`netapp_volume`;
|
||||
DROP TABLE IF EXISTS `cloud`.`pool`;
|
||||
DROP TABLE IF EXISTS `cloud`.`lun`;
|
||||
|
||||
CREATE TABLE `cloud`.`netapp_volume` (
|
||||
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT COMMENT 'id',
|
||||
|
|
@ -109,8 +110,6 @@ CREATE TABLE `cloud`.`lun` (
|
|||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
*/
|
||||
|
||||
CREATE TABLE `cloud`.`cluster` (
|
||||
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT COMMENT 'id',
|
||||
`name` varchar(255) NOT NULL COMMENT 'name for the cluster',
|
||||
|
|
|
|||
Loading…
Reference in New Issue