blazar/blazar/db/migration/alembic_migrations/versions
Masahito Muroi 0596122a78 Add resource_properties column to instance_reservations table
Partially Implements: blueprint flavors-extra-specs

Change-Id: Iaa1c09923cecbcb0816529ee29470a9da33d3fe9
2018-05-08 15:50:25 +09:00
..
0_1_initial.py Fix unicode issues with Python 3 2017-11-16 08:59:33 +00:00
1fd6c2eded89_add_trust_id_to_comp.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
2bcfe76b0474_change_tenant_to_project.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
6bfd1c23aa18_allow_duplicate_lease_names.py Allow duplicate lease names 2017-08-16 11:51:37 +01:00
7f1a7bbb2cd2_add_aggregate_id_field_into_the_.py Gather all operations for the reservations table into the manager 2017-06-02 07:36:52 +00:00
10e34bba18e8_add_service_name_to_.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
23d6240b51b2_add_status_to_leases.py Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
75a74e4539cb_update_lease_status.py Replace db_api with sql query in migration script 2018-05-08 15:50:25 +09:00
97d2cad1504e_add_fields_for_resource_monitoring.py Update database schemas for the resource monitoring 2017-12-18 16:42:13 +09:00
8805be233864_instance_reservation_table.py Create an instance_reservations table 2017-07-03 02:46:23 +00:00
README Migrate climate namespace to blazar 2017-03-02 09:36:14 +00:00
ba75b766b64e_add_before_end_into_computehost.py Support before_end parameter in the REST API 2017-08-11 10:28:16 +01:00
c0ae6b08b0d7_resource_properties_in_instance_plugin.py Add resource_properties column to instance_reservations table 2018-05-08 15:50:25 +09:00
e66f199a5414_delete_unused_status_related_fields.py Delete unused status related fields 2018-01-16 12:32:06 +09:00

README

This directory contains the migration scripts for the Blazar project. Please
see the README in blazar/db/migration on how to use and generate new
migrations.