Skip to content

Commit

Permalink
Updated MolecularAnalysisRunItem foreign key name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnphan96 committed Dec 2, 2024
1 parent cd2f6bd commit 745c62b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
references="pcr_batch_item(id)" />
</column>
<column name="molecular_analysis_run_item_id" type="integer">
<constraints foreignKeyName="fk_seq_reaction_molecular_analysis_run_item_id"
<constraints foreignKeyName="fk_metagenomics_batch_item_to_molecular_analysis_run_item_id"
references="molecular_analysis_run_item(id)" />
</column>
<column name="indexi5_id" type="integer">
Expand Down

0 comments on commit 745c62b

Please sign in to comment.