# Copyright (C) 2024 Manuel Bustillo
class EnablePgStatStatements < ActiveRecord::Migration[8.0]
def change
enable_extension 'pg_stat_statements'
end