kopia lustrzana https://github.com/glidernet/ogn-python
Initial revision
rodzic
0638ff42e0
commit
e548611e82
|
@ -0,0 +1,24 @@
|
|||
"""Initial revision
|
||||
|
||||
Revision ID: 002656878233
|
||||
Revises:
|
||||
Create Date: 2019-04-27 13:47:29.918982
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '002656878233'
|
||||
down_revision = None
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
Ładowanie…
Reference in New Issue