新增:同步仓库绑定webhook

This commit is contained in:
2024-04-29 15:19:07 +08:00
parent 1c1cceabbe
commit db40a21b04
4 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
class AddWebhookGidToSyncRepository < ActiveRecord::Migration[5.2]
def change
add_column :sync_repositories, :webhook_gid, :integer
end
end