bug 9326: put unique back into create-schema.sql

This commit is contained in:
Alex Huang 2011-04-05 12:01:03 -07:00
parent c9d4e50b96
commit cb323775ba
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,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,