Skip to content

Commit

Permalink
fix: run all migrations script (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Aug 28, 2023
1 parent 4ffbb81 commit 8d3635a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/run_all_migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ psql -c "\i V1_5__add_proposals_table.sql" $DATABASE_URL
psql -c "\i V1_6__add_tx_hash.sql" $DATABASE_URL
psql -c "\i V1_7__index_group_policy_address.sql" $DATABASE_URL
psql -c "\i V1_8__index_proposal_id.sql" $DATABASE_URL
psql -c "\i V1_9__all_ecocredit_txes.sql" $DATABASE_URL
psql -c "\i V1_10__class_issuers.sql" $DATABASE_URL
psql -c "\i V1_11__class_issuers_indexes.sql" $DATABASE_URL

0 comments on commit 8d3635a

Please sign in to comment.