agregar el campo de error

This commit is contained in:
f 2022-03-03 14:12:51 -03:00
parent 4e0a1d2329
commit 6930afabc8

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
class AddErrorToSensor < ActiveRecord::Migration[6.1]
def change
add_column :sensors, :error, :integer
end
end