chore: Sync the schema and migrations (#1610)

This commit is contained in:
Sojan Jose
2021-01-06 11:36:45 +05:30
committed by GitHub
parent 627d3a575a
commit db189e3c26
3 changed files with 14 additions and 7 deletions
@@ -0,0 +1,5 @@
class EnablePgStatsExtention < ActiveRecord::Migration[6.0]
def change
enable_extension 'pg_stat_statements'
end
end