Farmbot-Web-App/db/migrate/20161011185734_remove_uuid_...

6 lines
120 B
Ruby

class RemoveUuidFromDevice < ActiveRecord::Migration
def change
remove_column :devices, :uuid, :integer
end
end