parent
f956a65100
commit
ee0dc75889
14 changed files with 53 additions and 11 deletions
@ -0,0 +1,8 @@ |
||||
class AddMemberLegalNameAndPronouns < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :members do |t| |
||||
t.string :legal_name |
||||
t.string :pronouns |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue