jdruk/mycroft-for-us

View on GitHub
app/db/migrate/20190523154743_remove_photos_from_cashiero.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemovePhotosFromCashiero < ActiveRecord::Migration[5.2]
  def change
      remove_column :cashieros, :photos
  end
end