Skip to content

Commit

Permalink
Merge pull request #124 from linea-it/twomass_metadata
Browse files Browse the repository at this point in the history
Added Twomass sample data and metadata
  • Loading branch information
glaubervila authored Aug 30, 2024
2 parents afbbe4a + 2984bef commit 81e4840
Show file tree
Hide file tree
Showing 3 changed files with 3,020 additions and 339 deletions.
5 changes: 5 additions & 0 deletions compose/local/postgres/init-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ EOSQL
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "daiquiri_data" <<-EOSQL
\i /data/gaia_dr3_sample.sql;
EOSQL

# Create Table TWOMASS SAMPLE SCHEMA
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "daiquiri_data" <<-EOSQL
\i /data/twomass_sample.sql;
EOSQL
Loading

0 comments on commit 81e4840

Please sign in to comment.