增加从webhook接收仓库日志记录

This commit is contained in:
xiaoxiaoqiong
2022-07-11 15:52:38 +08:00
parent 0dd062ce1c
commit ed0655452c
4 changed files with 48 additions and 0 deletions

6
app/models/commit_log.rb Normal file
View File

@@ -0,0 +1,6 @@
class CommitLog < ApplicationRecord
belongs_to :user
belongs_to :project
belongs_to :repository
end