Skip to content

Commit bd039e4

Browse files
authored
Merge pull request #6193 from solidusio/backport/v4.5/pr-6192
[v4.5] Inherit from ActiveRecord::Migration version for all supported Rails
2 parents 07b1ebf + 8a7bd04 commit bd039e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/db/migrate/20250129061658_add_metadata_to_spree_resources.rb

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

3-
class AddMetadataToSpreeResources < ActiveRecord::Migration[7.2]
3+
class AddMetadataToSpreeResources < ActiveRecord::Migration[7.0]
44
def change
55
# List of Resources to add metadata columns to
66
%i[

0 commit comments

Comments
 (0)