1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00
fab-manager/db/migrate/20150603133050_drop_machines_pricings.rb
2016-03-23 18:39:41 +01:00

6 lines
106 B
Ruby

class DropMachinesPricings < ActiveRecord::Migration
def up
drop_table :machines_pricings
end
end