Update widget colors based on the widgetConfig (#276)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddWidgetColorToWebWidget < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :channel_web_widgets, :widget_color, :string, default: '#1f93ff'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user