Remove analyze_all_tables migration

This commit is contained in:
Graham McIntire 2026-04-06 09:11:35 -05:00
parent 5bee273442
commit 99470a6b23
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -1,9 +0,0 @@
defmodule Microwaveprop.Repo.Migrations.AnalyzeAllTables do
use Ecto.Migration
def up do
execute "ANALYZE"
end
def down, do: :ok
end