chore: remove migration

This commit is contained in:
gabrieljablonski 2025-11-19 15:02:24 -03:00
parent b3a51154d8
commit 850b75b968

View File

@ -1,5 +0,0 @@
class AddNameToWebhooks < ActiveRecord::Migration[7.1]
def change
add_column :webhooks, :name, :string, null: true
end
end