修改模板查询相关接口

This commit is contained in:
moshenglv
2021-01-12 13:54:11 +08:00
parent 77529319a1
commit bcb4e78829
6 changed files with 43 additions and 7 deletions

View File

@@ -4,10 +4,10 @@
#
# id :integer not null, primary key
# pipeline_name :string(255) not null
# pipeline_status :integer default("0"), not null
# file_name :string(255) not null
# created_at :datetime not null
# updated_at :datetime not null
# pipeline_status :string(50) default("unknown"), not null
#
class Ci::Pipeline < Ci::LocalBase