commit f259cac74d3e988b4012dcc2abd30091df27f5ce
Author: Wayne Okuma <email address hidden>
Date: Wed Oct 8 08:17:20 2014 -0700
Metadef schema column name is a reserved word in MySQL
The metadef_properties and metadef_objects tables both have
a column named schema. Unfortunately, schema is a reserved word
in some relational database products, including MySQL and PostgreSQL.
The metadef_properties.schema and metadef_objects.schema
columns should be renamed to a non reserved word.
Reviewed: https:/ /review. openstack. org/127317 /git.openstack. org/cgit/ openstack/ glance/ commit/ ?id=f259cac74d3 e988b4012dcc2ab d30091df27f5ce
Committed: https:/
Submitter: Jenkins
Branch: proposed/juno
commit f259cac74d3e988 b4012dcc2abd300 91df27f5ce
Author: Wayne Okuma <email address hidden>
Date: Wed Oct 8 08:17:20 2014 -0700
Metadef schema column name is a reserved word in MySQL
The metadef_properties and metadef_objects tables both have properties. schema and metadef_ objects. schema
a column named schema. Unfortunately, schema is a reserved word
in some relational database products, including MySQL and PostgreSQL.
The metadef_
columns should be renamed to a non reserved word.
Conflicts: db/sqlalchemy/ metadata. py tests/unit/ test_migrations .py
glance/
glance/
Change-Id: I9c1b497d2b09b9 282a83bd8c19c32 edfa4dd159f
Closes-Bug: 1378968