From 95939ebcf1c2b422867c964875215e7ee5e51f1a Mon Sep 17 00:00:00 2001 From: Leo <13928879+leo9800@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:28:55 +1000 Subject: [PATCH] fix: v0.22.5: start fail caused by incorrect migration file naming (#3873) fix incorrect naming of migration file --- .../postgres/prod/0.20/{00_reaction.sql => 00__reaction.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename store/migration/postgres/prod/0.20/{00_reaction.sql => 00__reaction.sql} (100%) diff --git a/store/migration/postgres/prod/0.20/00_reaction.sql b/store/migration/postgres/prod/0.20/00__reaction.sql similarity index 100% rename from store/migration/postgres/prod/0.20/00_reaction.sql rename to store/migration/postgres/prod/0.20/00__reaction.sql