Files
leadchat/db/migrate/20260218075101_add_secret_to_webhooks.rb

6 lines
123 B
Ruby

class AddSecretToWebhooks < ActiveRecord::Migration[7.1]
def change
add_column :webhooks, :secret, :string
end
end