tacker/tacker/db/migration/alembic_migrations/versions
Kanagaraj Manickam 8ca9c9cfea Adds audit support for VIM, VNFD and VNF
implements blueprint: audit-support

Co-Authored-By: Vishwanath Jayaraman <vishwanathj@hotmail.com>

Change-Id: I8e6c4d6d47130c447c9a77e654d2dfad5d23ae7e
2016-08-19 21:38:52 +00: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
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
12a57080b277_add_service_db.py Fix E265 errors in tacker code 2016-01-05 13:26:47 +01:00
12a57080b278_alter_devices.py Fix foreign key and primary key errors in db scripts 2016-07-01 01:28:13 +00: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
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
HEAD Adds audit support for VIM, VNFD and VNF 2016-08-19 21:38:52 +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.