mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
增加从webhook接收仓库日志记录
This commit is contained in:
6
app/models/commit_log.rb
Normal file
6
app/models/commit_log.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class CommitLog < ApplicationRecord
|
||||
belongs_to :user
|
||||
belongs_to :project
|
||||
belongs_to :repository
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user