class AddSyncedTo4dToInvBillings < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_billings, :synced_to_4d, :boolean, null: false, default: false
  end
end
