summaryrefslogtreecommitdiff
path: root/alembic/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/config.py')
-rw-r--r--alembic/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alembic/config.py b/alembic/config.py
index 998bb85..92e0921 100644
--- a/alembic/config.py
+++ b/alembic/config.py
@@ -32,6 +32,7 @@ class Config(object):
from alembic.config import Config
alembic_cfg = Config()
+ alembic_cfg.set_main_option("script_location", "myapp:migrations")
alembic_cfg.set_main_option("url", "postgresql://foo/bar")
alembic_cfg.set_section_option("mysection", "foo", "bar")