glance/glance/db/sqlalchemy/migrate_repo/versions
Oleksii Chuprykov 9def368d07 Alter models and add migration
We must have correct models i.e. models that correspond
a database schema to use sqlalchemy features.
Update models.py and add migration script to correct
database schema and get rid of the difference between
schema and models.

Partial-Bug: #1365436
Change-Id: I9b4571906d39bcdb35048caa58d16ad5e888cce4
2014-11-25 17:17:15 +02:00
..
001_add_images_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
002_add_image_properties_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04: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 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 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 Quota column name 'key' in downgrade script 2014-08-02 02:17:05 +08: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 hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
008_add_image_members_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04: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 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 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 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 Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
016_add_status_image_member.py Remove vim header 2014-01-14 16:03:28 +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 Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
018_add_image_locations_table.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02: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 Fix migration on older postgres 2014-08-08 15:58:46 +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 Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04: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 hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02: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 Metadef Property and Object schema columns should use JSONEncodedDict 2014-10-07 12:28:59 -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 Alter models and add migration 2014-11-25 17:17:15 +02:00
037_sqlite_upgrade.sql Alter models and add migration 2014-11-25 17:17:15 +02:00
__init__.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00