review: prefilled has no default value

This commit is contained in:
sebastiencarceles 2022-12-08 14:20:21 +01:00
parent bfdba0c513
commit 38894fc853

View file

@ -1,5 +1,5 @@
class AddPrefilledToChamps < ActiveRecord::Migration[6.1] class AddPrefilledToChamps < ActiveRecord::Migration[6.1]
def change def change
add_column :champs, :prefilled, :boolean, default: false add_column :champs, :prefilled, :boolean
end end
end end