Add auto_pop_at

This commit is contained in:
Kevin McConnell
2025-02-12 10:37:37 +00:00
parent 485a056ba2
commit e9ff277599
@@ -0,0 +1,7 @@
class AddAutoPopAtToBubbles < ActiveRecord::Migration[8.1]
def change
change_table :bubbles do |t|
t.datetime :auto_pop_at, index: true
end
end
end