Skip to content

Commit

Permalink
cat!
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 5, 2024
1 parent 76756f5 commit 881c03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
git branch
git stash pop
alembic -c alembic.ini revision --autogenerate -m "test_new_changes_002"
cat migrations/versions/test_new_changes_002.py
- name: Upgrade alembic head with new revision
id: run-alembic-upgrade-new
Expand Down
2 changes: 1 addition & 1 deletion alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script_location = ./migrations
# Uncomment the line below if you want the files to be prepended with date and time
# see https://alembic.sqlalchemy.org/en/latest/tutorial.html#editing-the-ini-file
# for all available tokens
file_template = %%(year)d_%%(month).2d_%%(day).2d-%%(rev)s
file_template = %%(slug)s

# sys.path path, will be prepended to sys.path if present.
# defaults to the current working directory.
Expand Down

0 comments on commit 881c03e

Please sign in to comment.