-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Парфенов Михаил Александрович
committed
Nov 30, 2024
1 parent
c498fed
commit e8ca81a
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
"""empty message | ||
Revision ID: 4662fc16ccde | ||
Revises: 09416a9fa7cc, d47cdc452c99 | ||
Create Date: 2024-11-30 17:44:02.880484 | ||
""" | ||
|
||
from alembic import op | ||
import sqlalchemy as sa | ||
import os | ||
|
||
|
||
# revision identifiers, used by Alembic. | ||
revision = '4662fc16ccde' | ||
down_revision = ('09416a9fa7cc', 'd47cdc452c99') | ||
branch_labels = None | ||
depends_on = None | ||
|
||
|
||
def upgrade(): | ||
pass | ||
|
||
|
||
def downgrade(): | ||
pass |