From 99470a6b23f483d3e46c51d96f3c70034445789b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 6 Apr 2026 09:11:35 -0500 Subject: [PATCH] Remove analyze_all_tables migration --- .../migrations/20260403142241_analyze_all_tables.exs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 priv/repo/migrations/20260403142241_analyze_all_tables.exs diff --git a/priv/repo/migrations/20260403142241_analyze_all_tables.exs b/priv/repo/migrations/20260403142241_analyze_all_tables.exs deleted file mode 100644 index e9766082..00000000 --- a/priv/repo/migrations/20260403142241_analyze_all_tables.exs +++ /dev/null @@ -1,9 +0,0 @@ -defmodule Microwaveprop.Repo.Migrations.AnalyzeAllTables do - use Ecto.Migration - - def up do - execute "ANALYZE" - end - - def down, do: :ok -end