Skip to content

Commit

Permalink
[DNM] Enable error_sql extension
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 21, 2024
1 parent 7468850 commit a29dcb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gemstash/db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module DB
Sequel::Model.db = Gemstash::Env.current.db
Sequel::Model.raise_on_save_failure = true
Sequel::Model.plugin :timestamps, update_on_create: true
Sequel::Model.db.extension :error_sql
Sequel::Model.db.extension :string_agg
Sequel::Model.db.extension :schema_dumper
autoload :Authorization, "gemstash/db/authorization"
Expand Down

0 comments on commit a29dcb1

Please sign in to comment.