# | Line 61 | Line 61 | alter table t_block | |
---|---|---|
61 | add constraint fk_block_status | |
62 | foreign key (status) references t_block_status (id); | |
63 | ||
64 | + | alter table t_block |
65 | + | add constraint fk_processed_dataset |
66 | + | foreign key (processed_dataset) references t_processed_dataset (id); |
67 | + | |
68 | -- | |
69 | alter table t_file_status | |
70 | add constraint pk_file_status |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |