[
https://issues.apache.org/jira/browse/CLOUDSTACK-7081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055548#comment-14055548
]
ASF subversion and git services commented on CLOUDSTACK-7081:
-------------------------------------------------------------
Commit f4d203475535839971d143d4c72a60d3f8b787c0 in cloudstack's branch
refs/heads/master from [~alena1108]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=f4d2034 ]
CLOUDSTACK-7081: db upgrade fixes - a) added description for
cloud.volumes.iso_id field b) removed duplicated unique key "id_2" from
cloud.storage_pool table
> 3.x - 4.5 upgrade: some inconsistencies in key names between fresh and
> upgraded dbs
> -----------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-7081
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7081
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.5.0
> Reporter: Alena Prokharchyk
> Assignee: Alena Prokharchyk
> Fix For: 4.5.0
>
>
> Steps to reproduce:
> =====================
> 1) Install any 3.0.x version of CS
> 2) Upgrade to 4.5.
> Found following inconsistencies:
> * Fresh db, cloud.volumes table is missing description for iso_id field:
> `iso_id` bigint(20) unsigned DEFAULT NULL,
> Upgraded setup has the description
> * Fresh db, cloud.storage pool table has 2 duplicated keys (id and id_2):
> UNIQUE KEY `id` (`id`),
> UNIQUE KEY `id_2` (`id`),
> Upgraded setup has just id
--
This message was sent by Atlassian JIRA
(v6.2#6252)