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