Skip to content

Commit 66b2028

Browse files
authored
Fix: Pass through keyword args for alembic_helpers.create_geospatial_table() (#533)
1 parent f5355b7 commit 66b2028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geoalchemy2/alembic_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ def create_geo_table(context, revision, op):
535535
schema=op.schema,
536536
_namespace_metadata=op._namespace_metadata,
537537
_constraints_included=op._constraints_included,
538+
**op.kw,
538539
)
539540
else:
540541
new_op = op

0 commit comments

Comments
 (0)