From be57c751663cb5900a7ca040478261947149f9aa Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 2 Feb 2021 16:42:48 +0800 Subject: [PATCH] ADD schema for pipeline model --- app/models/ci/pipeline.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/ci/pipeline.rb b/app/models/ci/pipeline.rb index 663dc6f7..7d625afb 100644 --- a/app/models/ci/pipeline.rb +++ b/app/models/ci/pipeline.rb @@ -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