FIX pipeline model schma
# Conflicts: # app/models/ci/pipeline.rb
This commit is contained in:
		
							parent
							
								
									4816ee04d3
								
							
						
					
					
						commit
						8d3838614f
					
				| 
						 | 
					@ -4,10 +4,10 @@
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#  id              :integer          not null, primary key
 | 
					#  id              :integer          not null, primary key
 | 
				
			||||||
#  pipeline_name   :string(255)      not null
 | 
					#  pipeline_name   :string(255)      not null
 | 
				
			||||||
 | 
					#  pipeline_status :string(255)      default("unknown"), not null
 | 
				
			||||||
#  file_name       :string(255)      not null
 | 
					#  file_name       :string(255)      not null
 | 
				
			||||||
#  created_at      :datetime         not null
 | 
					#  created_at      :datetime         not null
 | 
				
			||||||
#  updated_at      :datetime         not null
 | 
					#  updated_at      :datetime         not null
 | 
				
			||||||
#  pipeline_status :string(50)       default("unknown"), 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(11)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue