diff --git a/db/migrate/20251010143218_add_name_to_webhooks.rb b/db/migrate/20251010143218_add_name_to_webhooks.rb deleted file mode 100644 index 693ecc35a..000000000 --- a/db/migrate/20251010143218_add_name_to_webhooks.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddNameToWebhooks < ActiveRecord::Migration[7.1] - def change - add_column :webhooks, :name, :string, null: true - end -end