Skip to content

Commit

Permalink
Run DB migrate command for localdev DB import
Browse files Browse the repository at this point in the history
Following up on LibriVox/librivox-catalog#213,
run the DB migrate command to enable CI to pass when DB schema changes
are needed.
  • Loading branch information
notartom committed Apr 1, 2024
1 parent 7d06612 commit 197e403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/db_import/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
target: /tmp/librivox_catalog_scrubbed.sql.bz2
login_user: catalog
login_password: '{{ catalog_db_password }}'

- name: Migrate database
command: php /librivox/www/librivox.org/catalog/public_html/index.php migrate migrate

0 comments on commit 197e403

Please sign in to comment.