Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
omergertel authored Mar 21, 2017
1 parent 1b9411e commit 3174b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/apartment/adapters/postgresql_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class PostgresqlSchemaFromSqlAdapter < PostgresqlSchemaAdapter

PSQL_DUMP_BLACKLISTED_STATEMENTS= [
/SET search_path/i, # overridden later
/SET lock_timeout/i # new in postgresql 9.3
/SET idle_in_transaction_session_timeout/i # new in postgresql 9.6
/SET lock_timeout/i, # new in postgresql 9.3
/SET idle_in_transaction_session_timeout/i, # new in postgresql 9.6
]

def import_database_schema
Expand Down

0 comments on commit 3174b18

Please sign in to comment.