08cb69aca5
so that we can use it in other scenarios
6 lines
124 B
Ruby
6 lines
124 B
Ruby
class RemoveBubblesAutoPopAt < ActiveRecord::Migration[8.1]
|
|
def change
|
|
remove_column :bubbles, :auto_pop_at
|
|
end
|
|
end
|