Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Move update_database script to scripts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Oct 7, 2019
1 parent 5777686 commit 9fb4288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ commands =
pip install -e .

# Make sure the SQLite3 database is using the latest schema and has no pending background update.
{toxinidir}/scripts/update_database --database-config {toxinidir}/.buildkite/sqlite-config.yaml
{toxinidir}/scripts-dev/update_database --database-config {toxinidir}/.buildkite/sqlite-config.yaml

# Create the PostgreSQL database.
{toxinidir}/scripts-dev/create_postgres_db --postgres-config {toxinidir}/.buildkite/postgres-config.yaml
Expand Down

0 comments on commit 9fb4288

Please sign in to comment.