chore: Sync the schema and migrations (#1610)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class EnablePgStatsExtention < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
enable_extension 'pg_stat_statements'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user