[Fix #1296] Birthday field is optional in procedure
This commit is contained in:
parent
89417da331
commit
50f35ee905
8 changed files with 59 additions and 27 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddAskBirthdayToProcedure < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :procedures, :ask_birthday, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue