From e17ddc1b6a37174a498910f388e3b8c78a4349b3 Mon Sep 17 00:00:00 2001 From: KMY Date: Tue, 9 Jan 2024 13:15:45 +0900 Subject: [PATCH] Fix test --- ...20240109035435_remove_hidden_anonymous_from_domain_blocks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20240109035435_remove_hidden_anonymous_from_domain_blocks.rb b/db/migrate/20240109035435_remove_hidden_anonymous_from_domain_blocks.rb index ef602f03b9..d1272cd79f 100644 --- a/db/migrate/20240109035435_remove_hidden_anonymous_from_domain_blocks.rb +++ b/db/migrate/20240109035435_remove_hidden_anonymous_from_domain_blocks.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -class RemoveHiddenAnonymousFromDomainBlocks < ActiveRecord::Migration[7.1] +class RemoveHiddenAnonymousFromDomainBlocks < ActiveRecord::Migration[7.0] class DomainBlock < ApplicationRecord; end def up