Skip to content

Commit

Permalink
Add description to spree_roles table
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelineCollier committed Aug 29, 2024
1 parent 9738650 commit 98dc7f6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddDescriptionToSpreeRoles < ActiveRecord::Migration[7.0]
def change
add_column :spree_roles, :description, :text
end
end

0 comments on commit 98dc7f6

Please sign in to comment.