Skip to content

Commit

Permalink
Moved alembic migrations into datums/migrations. #31
Browse files Browse the repository at this point in the history
  • Loading branch information
thejunglejane committed Jan 27, 2016
1 parent d52c76f commit 4d95240
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[alembic]
# path to migration scripts
script_location = alembic
script_location = datums/migrations

# template used to generate migration files
# file_template = %%(rev)s_%%(slug)s
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion alembic/env.py → datums/migrations/env.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from __future__ import with_statement
from alembic import context
from sqlalchemy import engine_from_config, pool
Expand Down
File renamed without changes.

0 comments on commit 4d95240

Please sign in to comment.