Skip to content

Commit

Permalink
add init to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 5, 2024
1 parent c31856a commit 99d03ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r app/requirements.txt
- name: Run alembic script autogeneration for Initial DB Setup
- name: Run alembic script autogen for Initial DB Setup
id: run-alembic-script-autogen
env:
DATABASE_URL: ${{ env.DATABASE_URL }}
Expand Down
Empty file added migrations/versions/__init__.py
Empty file.

0 comments on commit 99d03ed

Please sign in to comment.