Skip to content

Commit

Permalink
Update args to create table definition
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Aug 20, 2019
1 parent 1f8142d commit a43e985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def native_database_types

# override
def create_table_definition(*args)
PostGIS::TableDefinition.new(*args)
PostGIS::TableDefinition.new(self, *args)
end

# memoize hash of column infos for tables
Expand Down

0 comments on commit a43e985

Please sign in to comment.