This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ADD schema for pipeline model
tags/v3.0.1
Jasder
5 years ago
parent
440cedc109
commit
be57c75166
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/models/ci/pipeline.rb
+ 2
- 2
app/models/ci/pipeline.rb
View File
@@ -10,11 +10,11 @@
# updated_at :datetime not null
# login :string(255)
# sync :integer default("0"), not null
# identifier :string(
11
)
# identifier :string(
255
)
# branch :string(255)
# event :string(255)
# sha :string(255)
#
identifier
:string(255)
#
owner
:string(255)
#
class Ci::Pipeline < Ci::LocalBase
Write
Preview
Loading…
Cancel
Save