tacker/tacker/db/migration/alembic_migrations/versions
Janki 267ba6e55a Remove infra and mgmt parsing logic from API
This patch removes the logic of fetching infra and mgmt driver information
from API and storing it in DB.

Change-Id: Iccf5ecf016fb7f32e8e3d7fdc4f204bb58bee670
Partial-Bug: #1630936
Depends-On: I4684e69b8993e6c35503317503dd73e2c13f44dd
2017-01-06 08:39:56 +00:00
..
0ae5b1ce3024_unique_constraint_name.py Introduce uniqueness constraint on resource names 2016-09-22 00:01:51 -07:00
1c6b0d82afcd_servicevm_framework.py Merge "Cleanup copyright header" 2016-04-07 01:19:11 +00:00
2ff0a0e360f1_audit_support.py Adds audit support for VIM, VNFD and VNF 2016-08-19 21:38:52 +00:00
4c31092895b8_remove_service_instance.py Make the db migration scripts complete 2015-12-06 06:08:06 +00:00
4ee19c8a6d0a_audit_support_events.py Adds common services plugin for audit support 2016-08-20 05:25:10 +00:00
5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py Make VNFD/VNF/VIM Name Mandatory in Tacker API's 2016-06-14 07:42:58 -04:00
6e56d4474b2a_blob_to_json_text.py db schema improvements: blob to json text 2016-06-10 08:46:25 +05:30
8f7145914cb0_remove_infra_driver_column.py Remove infra and mgmt parsing logic from API 2017-01-06 08:39:56 +00:00
12a57080b277_add_service_db.py Docstrings should not start with a space 2016-09-27 12:56:25 +07:00
12a57080b278_alter_devices.py Docstrings should not start with a space 2016-09-27 12:56:25 +07:00
13c0e0661015_add_descrition_to_vnf.py add description to vnf 2015-05-18 19:10:14 -07:00
22f5385a3d3f_add_status_to_vims.py Add monitor feature to the VIM 2016-07-08 22:51:33 +05:30
22f5385a3d4f_remove_proxydb.py Remove proxy related db tables 2016-08-02 10:22:26 +08:00
22f5385a3d50_rename_devicedb.py Device refactor Part1: Rename device db name 2016-08-15 23:54:06 +08:00
24bec5f211c7_alter_value_in_deviceattributes.py Alter the 'value' column in 'deviceattributes' table 2016-01-25 00:07:03 +05:30
81ffa86020d_rpc_proxy.py db update: 2015-04-10 11:33:12 -07:00
354de64ba129_set_mandatory_columns_not_null.py db schema improvements: set mandatory column not null 2016-06-11 08:58:27 +05:30
941b5a6fff9e_enable_soft_delete.py Enables soft deletion for VIM, VNFD and VNF 2016-08-20 04:23:30 +00:00
2774a42c7163_remove_service_related.py Fix E265 errors in tacker code 2016-01-05 13:26:47 +01:00
5246a6bd410f_multisite_vim.py Implement multisite VIM feature 2016-03-28 15:32:54 -07:00
5958429bcb3c_modify_datatype_of_value.py Fix pep8 errors in tacker code 2016-01-27 21:09:42 +01:00
507122918800_adds_vnffg.py Implements VNFFG into NFVO 2016-09-09 18:07:10 -04:00
HEAD Remove infra and mgmt parsing logic from API 2017-01-06 08:39:56 +00:00
README rename neutron/db to tacker/db 2014-07-04 18:20:50 +09:00
acf941e54075_add_error_reason_to_device.py Add support to capture error_reason for the VNF 2016-05-26 23:13:23 +05:30
b07673bb8654_set_status_type_tenant_id_length.py Don't change existing nullable property 2016-08-04 15:23:12 +08:00
c7cde2f45f82_set_description_to_text.py db schema improvements: description is set to text 2016-06-10 08:46:33 +05:30
d4f265e8eb9d_add_default_to_vim.py Transition default VIM to API and DB operation 2016-08-01 09:07:54 -07:00
f958f58e5daa_uuid_consistency.py Don't change existing nullable property 2016-08-04 15:23:12 +08:00

README

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