Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Nov 7, 2023
1 parent 3f27dd6 commit 5d3f1ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ echo "Dump file size: $dump_file_size"
section "Restoring database to NEW_URL"

# Delete the _timescaledb_catalog.metadata row that contains the exported_uuid to avoid conflicts
# psql $NEW_URL -c "DELETE FROM _timescaledb_catalog.metadata WHERE key = 'exported_uuid';"

psql $NEW_URL -c "
DO \$\$
BEGIN
Expand Down

0 comments on commit 5d3f1ea

Please sign in to comment.