From 701742e2187192ce63826d5b9b1c38cbbbd741ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Thu, 8 Jan 2026 19:09:52 +0100 Subject: [PATCH] Revert "FIX migration files ordering" (#583) --- ...ws.rb => 20240701000000_add_category_fields_to_import_rows.rb} | 0 ...rows.rb => 20240701000001_add_category_icon_to_import_rows.rb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename db/migrate/{20240925112219_add_category_fields_to_import_rows.rb => 20240701000000_add_category_fields_to_import_rows.rb} (100%) rename db/migrate/{20240925112220_add_category_icon_to_import_rows.rb => 20240701000001_add_category_icon_to_import_rows.rb} (100%) diff --git a/db/migrate/20240925112219_add_category_fields_to_import_rows.rb b/db/migrate/20240701000000_add_category_fields_to_import_rows.rb similarity index 100% rename from db/migrate/20240925112219_add_category_fields_to_import_rows.rb rename to db/migrate/20240701000000_add_category_fields_to_import_rows.rb diff --git a/db/migrate/20240925112220_add_category_icon_to_import_rows.rb b/db/migrate/20240701000001_add_category_icon_to_import_rows.rb similarity index 100% rename from db/migrate/20240925112220_add_category_icon_to_import_rows.rb rename to db/migrate/20240701000001_add_category_icon_to_import_rows.rb