Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 6, 2024
1 parent b71a8d9 commit 1af408e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ jobs:
- name: Add new alembic script to PR
id: add-alembic-script-to-new-branch
run: |
git add .
git commit -m "Add new Alembic migration"
git push origin HEAD:${{ github.ref }}
uses: stefanzweifel/git-auto-commit-action@v5

# - name: Create PR
# id: create-pull-request
Expand Down
6 changes: 3 additions & 3 deletions alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ keys = console
keys = generic

[logger_root]
level = DEBUG
level = WARN
handlers = console
qualname =

[logger_sqlalchemy]
level = DEBUG
level = INFO
handlers =
qualname = sqlalchemy.engine

[logger_alembic]
level = DEBUG
level = INFO
handlers =
qualname = alembic

Expand Down

0 comments on commit 1af408e

Please sign in to comment.