We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfaa83 commit 8e7540eCopy full SHA for 8e7540e
.github/workflows/commit-sqlx-changes.yml
@@ -48,6 +48,9 @@ jobs:
48
- name: install SQLX CLI
49
run: cargo install sqlx-cli --no-default-features --features postgres
50
51
+ - name: run database migrations
52
+ run: cargo sqlx migrate run --database-url $DOCSRS_DATABASE_URL
53
+
54
- name: Commit sqlx changes on master branch if any
55
run: |
56
just sqlx-prepare
0 commit comments