nova/nova/db/sqlalchemy/migrate_repo
int32bit 887cc5243e Add index on instances table across project_id and updated_at
We should have an index on the instances.updated_at table because
that's what's used to filter instances when using the --changes-since
filter parameter with nova list.

Closes-Bug: #1642729

Change-Id: I4c723839f36efddd95cd24d745fb71c96c75d2c1
2016-11-22 01:40:38 +00:00
..
versions Add index on instances table across project_id and updated_at 2016-11-22 01:40:38 +00:00
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
manage.py Remove vi modelines 2014-02-03 14:19:44 +00:00
migrate.cfg add support for database migration 2011-01-12 16:57:04 -08:00
README add support for database migration 2011-01-12 16:57:04 -08:00

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/