lib/rom/sql/gateway.rb in rom-sql-1.0.0 vs lib/rom/sql/gateway.rb in rom-sql-1.0.1
- old
+ new
@@ -22,10 +22,10 @@
# we want to have global access ONLY when running migration tasks
attr_accessor :instance
end
CONNECTION_EXTENSIONS = {
- postgres: %i(pg_array pg_json pg_enum)
+ postgres: %i(pg_array pg_json pg_enum pg_hstore)
}.freeze
# @!attribute [r] logger
# @return [Object] configured gateway logger
attr_reader :logger