From 7019ff7ac686a695069123f8176e4c6fea11356f Mon Sep 17 00:00:00 2001 From: Natalie Tay Date: Tue, 30 Jul 2024 01:10:41 +0800 Subject: [PATCH] DEV: Promote historical post-deploy migrations (#583) --- .../20231011152903_ensure_notifications_consistency.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename db/{post_migrate => migrate}/20231011152903_ensure_notifications_consistency.rb (100%) diff --git a/db/post_migrate/20231011152903_ensure_notifications_consistency.rb b/db/migrate/20231011152903_ensure_notifications_consistency.rb similarity index 100% rename from db/post_migrate/20231011152903_ensure_notifications_consistency.rb rename to db/migrate/20231011152903_ensure_notifications_consistency.rb