Skip to content

Commit de1cfa9

Browse files
mikejmroderick
andauthored
Update migration to reflect current version of Rails
Co-authored-by: Morgan Roderick <20321+mroderick@users.noreply.github.com>
1 parent fff4f13 commit de1cfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20250820134727_create_dietary_restriction_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class CreateDietaryRestrictionEnum < ActiveRecord::Migration[7.0]
1+
class CreateDietaryRestrictionEnum < ActiveRecord::Migration[7.1]
22
def change
33
create_enum :dietary_restriction_enum, %w[vegan vegetarian pescetarian halal gluten_free dairy_free other]
44
end

0 commit comments

Comments
 (0)