Skip to content

Commit

Permalink
update name of migration
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Nov 20, 2024
1 parent 5e2d859 commit 4b488f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ echo "running migrations..."
psql --quiet -h "$db" -U $PGUSER -d genomic -a -f data/pr_288.sql >>setup_out.txt
psql --quiet -h "$db" -U $PGUSER -d genomic -a -f data/pr_315.sql >>setup_out.txt
psql --quiet -h "$db" -U $PGUSER -d genomic -a -f data/pr_339.sql >>setup_out.txt
psql --quiet -h "$db" -U $PGUSER -d genomic -a -f data/pr_340.sql >>setup_out.txt
psql --quiet -h "$db" -U $PGUSER -d genomic -a -f data/pr_341.sql >>setup_out.txt
echo "...done"
File renamed without changes.

0 comments on commit 4b488f2

Please sign in to comment.