enable pg_stats
This commit is contained in:
parent
9a6f649157
commit
58d940435e
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
||||||
|
defmodule Aprsme.Repo.Migrations.EnablePgStatStatements do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
execute "CREATE EXTENSION IF NOT EXISTS pg_stat_statements"
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Reference in a new issue