Skip to content

Commit e886ecc

Browse files
committed
Add branch_routing_enabled to Group
Add a new boolean column for enabling the branch_routing feature flag.
1 parent cea87e0 commit e886ecc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class AddBranchingEnabledToGroups < ActiveRecord::Migration[8.0]
2+
def change
3+
add_column :groups, :branch_routing_enabled, :boolean, default: false
4+
end
5+
end

db/schema.rb

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)