summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-11-30 11:44:51 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-11-30 11:44:51 -0500
commitf5c2b9725918a7688b8e1aa0e4264ce1d99a9384 (patch)
treebdef7f4a64f01a726af099473e3a816b725fd3f9
parent2851811c9fdaa7b5d62288b31a38b1a8e6c8e8d0 (diff)
parent2ba2c52a7972877ad5e30aa8a0d730d1c968f6fb (diff)
downloadalembic-f5c2b9725918a7688b8e1aa0e4264ce1d99a9384.tar.gz
Merge branch 'master' of https://bitbucket.org/mmarquar/alembic
-rw-r--r--alembic/operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/operations.py b/alembic/operations.py
index 62d4842..4ba6fe5 100644
--- a/alembic/operations.py
+++ b/alembic/operations.py
@@ -1359,7 +1359,7 @@ class BatchOperations(Operations):
"""
return super(BatchOperations, self).create_foreign_key(
name, self.impl.table_name, referent, local_cols, remote_cols,
- schema=self.impl.schema)
+ source_schema=self.impl.schema, **kw)
def create_unique_constraint(self, name, local_cols, **kw):
"""Issue a "create unique constraint" instruction using the