glance/glance/db/sqlalchemy/migrate_repo
Dharini Chandrasekar 689dfae6db Refine migration query added with CI change
The query added with CI change [0] was using the python 'and'
instead of sqlalchemy's 'and_()'. This patch changes that.
This patch also further refines the query to look specifically
for visility 'private' instead of '<> public' for accuracy during
setting of visibility to 'shared'.

[0] I94bc7708b291ce37319539e27b3e88c9a17e1a9f

Change-Id: I6851aa0e5ca8cecaff518609c14cd528bca95ade
2017-01-29 19:37:20 +00:00
..
versions Refine migration query added with CI change 2017-01-29 19:37:20 +00:00
README Update sqlalchemy-migrate url 2016-07-26 14:34:39 -05:00
__init__.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
manage.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
migrate.cfg Create 'simple' db driver 2012-06-07 09:20:50 -07:00
schema.py fix docstring warnings and errors 2016-03-14 18:40:15 +00:00

README

This is a database migration repository.

More information at
https://git.openstack.org/cgit/openstack/sqlalchemy-migrate/