We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff4f13 commit de1cfa9Copy full SHA for de1cfa9
db/migrate/20250820134727_create_dietary_restriction_enum.rb
@@ -1,4 +1,4 @@
1
-class CreateDietaryRestrictionEnum < ActiveRecord::Migration[7.0]
+class CreateDietaryRestrictionEnum < ActiveRecord::Migration[7.1]
2
def change
3
create_enum :dietary_restriction_enum, %w[vegan vegetarian pescetarian halal gluten_free dairy_free other]
4
end
0 commit comments