tacker/tacker/db
Dharmendra Kushwaha 2aec2ae7e5 Adds unique constraint on deleted_at
After deleting a resource, while trying to create again with same
name, it was throwing error as DuplicateEntity.
Fixing this issue by adding unique constraint on deleted_at.

Change-Id: I0e31346a471556f08c4fc5a6cc7bc130a133c24d
Closes-bug: #1680689
2017-05-11 17:00:56 +00:00
..
common_services Adds common services plugin for audit support 2016-08-20 05:25:10 +00:00
migration Adds unique constraint on deleted_at 2017-05-11 17:00:56 +00:00
nfvo Adds unique constraint on deleted_at 2017-05-11 17:00:56 +00:00
vnfm Adds unique constraint on deleted_at 2017-05-11 17:00:56 +00:00
__init__.py rename neutron/db to tacker/db 2014-07-04 18:20:50 +09:00
api.py Remove unused LOG to keep code clean 2016-07-09 16:21:47 +08:00
db_base.py Introduce uniqueness constraint on resource names 2016-09-22 00:01:51 -07:00
model_base.py Use oslo db for db access 2016-06-07 12:09:57 +08:00
models_v1.py Enables soft deletion for VIM, VNFD and VNF 2016-08-20 04:23:30 +00:00
sqlalchemyutils.py Remove unused import logging 2016-05-12 10:52:23 +08:00
types.py Removed utf-8 encoding 2017-03-09 20:08:07 +05:30