From 7e2f47dd689423915cbe913b68d3a94ba8b053a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Fri, 8 May 2026 21:58:33 +0000 Subject: [PATCH] Migrations are 7.2 here --- ...20260508120000_add_last_sync_all_attempted_at_to_families.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20260508120000_add_last_sync_all_attempted_at_to_families.rb b/db/migrate/20260508120000_add_last_sync_all_attempted_at_to_families.rb index 2e3403de2..0ab431f0a 100644 --- a/db/migrate/20260508120000_add_last_sync_all_attempted_at_to_families.rb +++ b/db/migrate/20260508120000_add_last_sync_all_attempted_at_to_families.rb @@ -1,4 +1,4 @@ -class AddLastSyncAllAttemptedAtToFamilies < ActiveRecord::Migration[8.0] +class AddLastSyncAllAttemptedAtToFamilies < ActiveRecord::Migration[7.2] def change add_column :families, :last_sync_all_attempted_at, :datetime end