feat: Remove restrictions on API channel webhook_url (#2261)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveNotNullFromWebhookUrlChannelApi < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
change_column :channel_api, :webhook_url, :string, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user