feat: Add widget to help center config (#9235)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddChannelWebWidgetToPortals < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :portals, :channel_web_widget_id, :bigint
|
||||
add_index :portals, :channel_web_widget_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user