1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-06 03:29:25 +01:00
fab-manager/db/migrate/20150603133050_drop_machines_pricings.rb

6 lines
106 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
class DropMachinesPricings < ActiveRecord::Migration
def up
drop_table :machines_pricings
end
end