Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
alembic
/
templates
/
generic
/
File Content:
script.py.mako
"""${message} Revision ID: ${up_revision} Revises: ${down_revision | comma,n} Create Date: ${create_date} """ # revision identifiers, used by Alembic. revision = ${repr(up_revision)} down_revision = ${repr(down_revision)} branch_labels = ${repr(branch_labels)} depends_on = ${repr(depends_on)} from alembic import op import sqlalchemy as sa ${imports if imports else ""} def upgrade(): ${upgrades if upgrades else "pass"} def downgrade(): ${downgrades if downgrades else "pass"}
Submit
FILE
FOLDER
Name
Size
Permission
Action
README
38 bytes
0644
alembic.ini.mako
1495 bytes
0644
env.py
1990 bytes
0644
env.pyc
1979 bytes
0644
env.pyo
1979 bytes
0644
script.py.mako
494 bytes
0644
N4ST4R_ID | Naxtarrr