5 lines
111 B
Ruby
5 lines
111 B
Ruby
class RemoveBufferUpdates < ActiveRecord::Migration[6.0]
|
|
def change
|
|
drop_table :buffer_updates
|
|
end
|
|
end
|