Remove analyze_all_tables migration
This commit is contained in:
parent
5bee273442
commit
99470a6b23
1 changed files with 0 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
defmodule Microwaveprop.Repo.Migrations.AnalyzeAllTables do
|
|
||||||
use Ecto.Migration
|
|
||||||
|
|
||||||
def up do
|
|
||||||
execute "ANALYZE"
|
|
||||||
end
|
|
||||||
|
|
||||||
def down, do: :ok
|
|
||||||
end
|
|
||||||
Loading…
Add table
Reference in a new issue