From 43b2cb1df09804ed7428b3207b33e1accc587107 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 9 Jul 2025 16:27:21 -0500 Subject: [PATCH] fix migration errors --- CLAUDE.md | 1 + ...ps.exs => 20250709000000_optimize_weather_packet_lookups.exs} | 0 2 files changed, 1 insertion(+) rename priv/repo/migrations/{20250109_optimize_weather_packet_lookups.exs => 20250709000000_optimize_weather_packet_lookups.exs} (100%) diff --git a/CLAUDE.md b/CLAUDE.md index cd3ae25..600845c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -27,6 +27,7 @@ This is an Elixir Phoenix LiveView application that serves as a real-time APRS ( - `mix credo` - Static code analysis and style checking - `mix dialyzer` - Static type analysis (must run and fix errors/warnings) - `mix sobelow` - Security vulnerability scanning +- **IMPORTANT**: Always run `mix format` before considering any task complete ### Assets (No Node.js) - `mix assets.deploy` - Build and minify frontend assets (Tailwind CSS + ESBuild) diff --git a/priv/repo/migrations/20250109_optimize_weather_packet_lookups.exs b/priv/repo/migrations/20250709000000_optimize_weather_packet_lookups.exs similarity index 100% rename from priv/repo/migrations/20250109_optimize_weather_packet_lookups.exs rename to priv/repo/migrations/20250709000000_optimize_weather_packet_lookups.exs