1cf2e24bcc
- All bubbles inherit the bucket's set workflow
6 lines
150 B
Ruby
6 lines
150 B
Ruby
class AddWorkflowToBuckets < ActiveRecord::Migration[8.1]
|
|
def change
|
|
add_reference :buckets, :workflow, null: true, foreign_key: true
|
|
end
|
|
end
|