Skip to content

Commit

Permalink
updates to skymapper_dr2_alter_table_fkey.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Oct 13, 2020
1 parent f11fa4c commit c9b0556
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
\o skymapper_dr2_alter_table_fkey.out

ALTER TABLE catalogdb.skymapper_dr2
ADD FOREIGN KEY (allwise_cntr)
REFERENCES catalogdb.allwise(cntr);
Expand All @@ -10,3 +12,4 @@ ALTER TABLE catalogdb.skymapper_dr2
ADD FOREIGN KEY (gaia_dr2_id1)
REFERENCES catalogdb.gaia_dr2_source(source_id);

\o

0 comments on commit c9b0556

Please sign in to comment.