mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
0e94f8c3d4
This reverts commit 4cbfbdc4e0
.
6 lines
136 B
Ruby
6 lines
136 B
Ruby
class RemoveReservationIdFromSlots < ActiveRecord::Migration
|
|
def change
|
|
remove_column :slots, :reservation_id, :integer
|
|
end
|
|
end
|