summaryrefslogtreecommitdiff
path: root/alembic/templates/pylons/script.py.mako
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/templates/pylons/script.py.mako')
-rw-r--r--alembic/templates/pylons/script.py.mako1
1 files changed, 1 insertions, 0 deletions
diff --git a/alembic/templates/pylons/script.py.mako b/alembic/templates/pylons/script.py.mako
index c6bf404..369c837 100644
--- a/alembic/templates/pylons/script.py.mako
+++ b/alembic/templates/pylons/script.py.mako
@@ -10,6 +10,7 @@ Create Date: ${create_date}
down_revision = ${repr(down_revision)}
from alembic.op import *
+import sqlalchemy as sa
def upgrade():
${upgrades if upgrades else "pass"}