summaryrefslogtreecommitdiff
path: root/alembic/templates/generic/alembic.ini.mako
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-24 16:33:34 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-24 16:33:34 -0500
commitdfcfc872319acbadbf95ee75f555be0fd7ca8e6f (patch)
treee574f2929c91f5733592a46a4996d896a324397c /alembic/templates/generic/alembic.ini.mako
parent14d05f4b062c1cd237447f66467e234ee30ab3f7 (diff)
downloadalembic-dfcfc872319acbadbf95ee75f555be0fd7ca8e6f.tar.gz
documentation updates for 0.2
Diffstat (limited to 'alembic/templates/generic/alembic.ini.mako')
-rw-r--r--alembic/templates/generic/alembic.ini.mako5
1 files changed, 5 insertions, 0 deletions
diff --git a/alembic/templates/generic/alembic.ini.mako b/alembic/templates/generic/alembic.ini.mako
index 1b3b7c4..199c8a4 100644
--- a/alembic/templates/generic/alembic.ini.mako
+++ b/alembic/templates/generic/alembic.ini.mako
@@ -1,7 +1,12 @@
# A generic, single database configuration.
[alembic]
+# path to migration scripts
script_location = ${script_location}
+
+# template used to generate migration files
+# file_template = %%(rev)s_%%(slug)s
+
sqlalchemy.url = driver://user:pass@localhost/dbname