fix schema

This commit is contained in:
anthony 2011-02-28 18:05:23 -08:00
parent e3438d2ff0
commit 3537c7e1a0
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ CREATE TABLE `cloud`.`snapshots` (
`account_id` bigint unsigned NOT NULL COMMENT 'owner. foreign key to account table',
`domain_id` bigint unsigned NOT NULL COMMENT 'the domain that the owner belongs to',
`volume_id` bigint unsigned NOT NULL COMMENT 'volume it belongs to. foreign key to volume table',
`disk_offering_id` bigint unsigned NOT NULL COMMENT ,
`disk_offering_id` bigint unsigned NOT NULL COMMENT 'from original volume',
`status` varchar(32) COMMENT 'snapshot creation status',
`path` varchar(255) COMMENT 'Path',
`name` varchar(255) NOT NULL COMMENT 'snapshot name',