Avis: add confidentiel field
This commit is contained in:
parent
112e3a5793
commit
f55c7a0512
3 changed files with 15 additions and 4 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddConfidentielFieldToAvis < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :avis, :confidentiel, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue