wedding-planner/db/migrate/20250122202836_enable_pg_stat_statements.rb

6 lines
125 B
Ruby
Raw Normal View History

2025-01-22 21:29:13 +01:00
class EnablePgStatStatements < ActiveRecord::Migration[8.0]
def change
enable_extension 'pg_stat_statements'
end
end