glance/glance/db/sqlalchemy/migrate_repo/versions
Sabari Kumar Murugesan e5d10c3c1b Fix existing migrations to create utf-8 tables for MySQL DB
oslo.db mandates all tables should be created with utf-8 charset
when using MySQL DB. We added an option (deprecated) to skip this
sanity check and it was subsequently removed in Liberty.

This patch fixes existing migration scripts to create tables with
utf-8 charset. Since oslo.db does a sanity check before running
the migrations, it's safe to assume that only new tables created
since the previous migration will be affected.

Closes-bug: #1279000

Change-Id: Ia31dc9e5d4494d1b9633f916fa6e2704d33dffb0
2015-07-29 22:20:28 -07:00
..
001_add_images_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
002_add_image_properties_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
003_add_disk_format.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
003_sqlite_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
003_sqlite_upgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
004_add_checksum.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
005_size_big_integer.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
006_key_to_name.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
006_mysql_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
006_mysql_upgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
006_sqlite_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
006_sqlite_upgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
007_add_owner.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
008_add_image_members_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
009_add_mindisk_and_minram.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
010_default_update_at.py Remove vim header 2014-01-14 16:03:28 +00:00
011_make_mindisk_and_minram_notnull.py Remove vim header 2014-01-14 16:03:28 +00:00
011_sqlite_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
011_sqlite_upgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
012_id_to_uuid.py Alter models and add migration 2014-11-25 17:17:15 +02:00
013_add_protected.py Remove vim header 2014-01-14 16:03:28 +00:00
013_sqlite_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
014_add_image_tags_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
015_quote_swift_credentials.py Move to graduated oslo.log module 2015-03-12 11:48:24 +00:00
016_add_status_image_member.py Remove vim header 2014-01-14 16:03:28 +00:00
016_sqlite_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
017_quote_encrypted_swift_credentials.py Move to graduated oslo.log module 2015-03-12 11:48:24 +00:00
018_add_image_locations_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
019_migrate_image_locations.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
020_drop_images_table_location.py Remove vim header 2014-01-14 16:03:28 +00:00
021_set_engine_mysql_innodb.py Remove vim header 2014-01-14 16:03:28 +00:00
022_image_member_index.py Remove redundant parentheses in conditional statements 2015-02-17 12:35:26 +01:00
023_placeholder.py Remove vim header 2014-01-14 16:03:28 +00:00
024_placeholder.py Remove vim header 2014-01-14 16:03:28 +00:00
025_placeholder.py Remove vim header 2014-01-14 16:03:28 +00:00
026_add_location_storage_information.py Remove vim header 2014-01-14 16:03:28 +00:00
027_checksum_index.py Remove vim header 2014-01-14 16:03:28 +00:00
028_owner_index.py Remove vim header 2014-01-14 16:03:28 +00:00
029_location_meta_data_pickle_to_string.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
030_add_tasks_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
031_remove_duplicated_locations.py Fix glance db migration failed on 031 2014-03-05 16:50:53 +08:00
032_add_task_info_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
033_add_location_status.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
034_add_virtual_size.py Add a virtual_size attribute to the Image model 2014-02-13 15:13:10 +01:00
035_add_metadef_tables.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
036_rename_metadef_schema_columns.py Metadef schema column name is a reserved word in MySQL 2014-10-08 23:48:41 -07:00
037_add_changes_to_satisfy_models.py Alter models and add migration 2014-11-25 17:17:15 +02:00
037_sqlite_downgrade.sql SQL scripts should not manage transactions 2015-01-13 22:21:00 +00:00
037_sqlite_upgrade.sql Fix duplicate unique constraint in sqlite migration 2015-06-27 05:53:37 +00:00
038_add_metadef_tags_table.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
039_add_changes_to_satisfy_models_metadef.py Add sync check for models_metadef 2015-03-11 15:21:18 +02:00
040_add_changes_to_satisfy_metadefs_tags.py Fix metadef tags migrations 2015-03-24 18:32:13 +03:00
041_add_artifact_tables.py Fix existing migrations to create utf-8 tables for MySQL DB 2015-07-29 22:20:28 -07:00
__init__.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00