Skip to content

Commit b6c5a66

Browse files
committed
Adjust migration version number to ensure compatibility with Rails 7.2 maintained
1 parent eb162d1 commit b6c5a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/migrate/20251107221537_add_protected_to_better_together_content_blocks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Adds protected column to prevent deletion of platform-critical blocks
4-
class AddProtectedToBetterTogetherContentBlocks < ActiveRecord::Migration[8.0]
4+
class AddProtectedToBetterTogetherContentBlocks < ActiveRecord::Migration[7.2]
55
def change
66
change_table :better_together_content_blocks, bulk: true, &:bt_protected
77
end

db/migrate/20251107222131_add_creator_to_better_together_platforms.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Adds creator association to platforms
4-
class AddCreatorToBetterTogetherPlatforms < ActiveRecord::Migration[8.0]
4+
class AddCreatorToBetterTogetherPlatforms < ActiveRecord::Migration[7.2]
55
def change
66
change_table :better_together_platforms, bulk: true do |t|
77
t.bt_creator :better_together_platforms

0 commit comments

Comments
 (0)