glance/glance/db/sqlalchemy/migrate_repo/versions
Arnaud Legendre 11b5487eff Use uuid instead of uuidutils
Each project should directly use the standard uuid module.
uuidutils will be deprecated/removed in this cycle.

This patch replaces every uuidutils.generate_uuid() with
str(uuid.uuid4()) and uuidutils.is_uuid_like()
with utils.is_uuid_like().

Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac
Closes-Bug: #1253497
2013-12-24 11:43:17 -08:00
..
001_add_images_table.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
002_add_image_properties_table.py DB migration changes to support DB2 as sqlalchemy backend 2013-12-03 01:25:02 +08:00
003_add_disk_format.py Enable F40X checking 2013-11-27 18:15:48 +02:00
003_sqlite_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
003_sqlite_upgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
004_add_checksum.py Enable F40X checking 2013-11-27 18:15:48 +02:00
005_size_big_integer.py Enable F40X checking 2013-11-27 18:15:48 +02:00
006_key_to_name.py Merge "DB migration changes to support DB2 as sqlalchemy backend" 2013-12-03 07:30:29 +00:00
006_mysql_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
006_mysql_upgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
006_sqlite_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
006_sqlite_upgrade.sql Insure that migration 6 retains deleted image property index. 2013-03-07 13:53:11 -10:00
007_add_owner.py Enable F40X checking 2013-11-27 18:15:48 +02:00
008_add_image_members_table.py Merge "DB migration changes to support DB2 as sqlalchemy backend" 2013-12-03 07:30:29 +00:00
009_add_mindisk_and_minram.py Enable F40X checking 2013-11-27 18:15:48 +02:00
010_default_update_at.py Enable F40X checking 2013-11-27 18:15:48 +02:00
011_make_mindisk_and_minram_notnull.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
011_sqlite_downgrade.sql Enable support for MySQL with test migrations. 2013-02-28 11:57:33 -05:00
011_sqlite_upgrade.sql Enable support for MySQL with test migrations. 2013-02-28 11:57:33 -05:00
012_id_to_uuid.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
013_add_protected.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
013_sqlite_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
014_add_image_tags_table.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
015_quote_swift_credentials.py Avoid printing URIs which can contain credentials 2013-10-10 14:36:06 -07:00
016_add_status_image_member.py Add status column to image_members 2013-02-15 15:58:48 +00:00
016_sqlite_downgrade.sql Fix migration 016 for sqlite. 2013-02-25 16:12:32 -05:00
017_quote_encrypted_swift_credentials.py Enable F40X checking 2013-11-27 18:15:48 +02:00
018_add_image_locations_table.py Add migration 18 - create the image_locations table 2013-02-18 10:01:10 -08:00
019_migrate_image_locations.py Remove unnecessary logging from migration 019 2013-02-22 11:10:14 -05:00
020_drop_images_table_location.py Add migration 20 - drop images.location 2013-02-20 14:35:48 -08:00
021_set_engine_mysql_innodb.py Add migration 021 set_engine_mysql_innodb 2013-02-25 21:14:19 +00:00
022_image_member_index.py Fallback to inferring image_members unique constraint name 2013-03-27 20:33:59 +00:00
023_placeholder.py Add placeholder migrations to allow backports 2013-04-04 22:00:57 +01:00
024_placeholder.py Add placeholder migrations to allow backports 2013-04-04 22:00:57 +01:00
025_placeholder.py Add placeholder migrations to allow backports 2013-04-04 22:00:57 +01:00
026_add_location_storage_information.py Add location specific information to image locations db 2013-07-09 06:49:10 -10:00
027_checksum_index.py index checksum image property 2013-07-16 16:21:34 +05:30
028_owner_index.py add missing index for 'owner' column on images table. 2013-09-05 12:13:55 +05:30
029_location_meta_data_pickle_to_string.py Enable F40X checking 2013-11-27 18:15:48 +02:00
030_add_tasks_table.py Enable tasks data model and table for async worker 2013-10-17 00:46:59 +08:00
031_remove_duplicated_locations.py Verify for duplicate location+metadata instances 2013-11-27 11:57:02 +01:00
032_add_task_info_table.py Introduce Task Info Table 2013-12-05 16:30:38 +00:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00