class SetLeafNoteViewableDefaultToFalse < ActiveRecord::Migration[6.1]
  def change
    change_column :SystemLeafNotes, :Viewable, :int, default: 0
  end
end
