mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 9326: put unique back into create-schema.sql
This commit is contained in:
parent
dd162339dc
commit
8ebe8db39a
@ -1181,7 +1181,7 @@ CREATE TABLE `cloud`.`vpn_users` (
|
||||
CREATE TABLE `cloud`.`storage_pool` (
|
||||
`id` bigint unsigned UNIQUE NOT NULL,
|
||||
`name` varchar(255) COMMENT 'should be NOT NULL',
|
||||
`uuid` varchar(255),
|
||||
`uuid` varchar(255) UNIQUE,
|
||||
`pool_type` varchar(32) NOT NULL,
|
||||
`port` int unsigned NOT NULL,
|
||||
`data_center_id` bigint unsigned NOT NULL,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user