Skip to content

Commit

Permalink
add PRIMARY KEY to line_data_probrirw
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Aug 10, 2020
1 parent f672e91 commit 6e3107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mv_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ CREATE TABLE line_data_probrirw
blevel_end VARCHAR(2),
n_thresh INT UNSIGNED,


PRIMARY KEY (line_data_id),
CONSTRAINT line_data_probrirw_data_file_id_pk
FOREIGN KEY (data_file_id)
REFERENCES data_file (data_file_id),
Expand Down

0 comments on commit 6e3107b

Please sign in to comment.