Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Naiman committed Mar 1, 2021
1 parent ec46b0c commit 967b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rasti/db/type_converters/postgres.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def to_db_converters
end

def find_to_db_converter_and_type(db, collection_name, attribute_name)
key = [db.opts[:database], collection_name].join('.')
key = [db.opts[:database], collection_name]

to_db_converters[key] ||= begin
columns = Hash[db.schema(collection_name)]
Expand Down

0 comments on commit 967b9d2

Please sign in to comment.