mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
ADD schema for pipeline model
This commit is contained in:
@@ -10,11 +10,11 @@
|
|||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# login :string(255)
|
# login :string(255)
|
||||||
# sync :integer default("0"), not null
|
# sync :integer default("0"), not null
|
||||||
# identifier :string(11)
|
# identifier :string(255)
|
||||||
# branch :string(255)
|
# branch :string(255)
|
||||||
# event :string(255)
|
# event :string(255)
|
||||||
# sha :string(255)
|
# sha :string(255)
|
||||||
# identifier :string(255)
|
# owner :string(255)
|
||||||
#
|
#
|
||||||
|
|
||||||
class Ci::Pipeline < Ci::LocalBase
|
class Ci::Pipeline < Ci::LocalBase
|
||||||
|
|||||||
Reference in New Issue
Block a user