INFRA-3811 : Tag Value Management Module (#458)

* INFRA-3811 : Tag Value Management Module

* INFRA-3811 : PR review comments

* INFRA-3811 : Entity/Association update fix
This commit is contained in:
Vijay Joshi
2024-09-25 15:23:32 +05:30
committed by GitHub
parent 4dcffd1e72
commit 5332db8ed3
15 changed files with 630 additions and 13 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE tag_value ADD CONSTRAINT unique_tag_id_tag_value UNIQUE (tag_id, value);