We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be37161 commit de2a21cCopy full SHA for de2a21c
migrations/103_tms_initial.up.sql
@@ -156,7 +156,8 @@ CREATE TABLE tms_test_case
156
REFERENCES tms_test_folder,
157
dataset_id bigint
158
CONSTRAINT tms_test_case_fk_dataset
159
- REFERENCES tms_dataset
+ REFERENCES tms_dataset,
160
+ CONSTRAINT tms_test_case_name_folder_unique UNIQUE (name, test_folder_id)
161
);
162
163
CREATE FUNCTION update_tms_test_case_search_vector()
0 commit comments