ADD webhook manager

This commit is contained in:
Jasder
2020-09-04 16:17:18 +08:00
parent eb2f1f46e0
commit f7d83acafe
2 changed files with 17 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
class AddGiteaWebhookIdToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :gitea_webhook_id, :integer
end
end