mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 10:54:50 +08:00
UX: simplify and shorten new script flow for automations (#29178)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveNameRequirementFromAutomations < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
change_column_null :discourse_automation_automations, :name, true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user