Skip to content
Snippets Groups Projects
Commit 28694942 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Update db/schema

parent 79aeaec9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,7 @@ class LintsController < ApplicationController
@error = "Please provide content of .gitlab-ci.yml"
else
@config_processor = GitlabCiYamlProcessor.new params[:content]
@types = @config_processor.types
@stages = @config_processor.stages
@builds = @config_processor.builds
@status = true
end
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
 
ActiveRecord::Schema.define(version: 20150729145246) do
ActiveRecord::Schema.define(version: 20150803142346) do
 
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Loading
Loading
@@ -40,7 +40,7 @@ ActiveRecord::Schema.define(version: 20150729145246) do
t.boolean "deploy", default: false
t.text "options"
t.boolean "allow_failure", default: false, null: false
t.string "job_type"
t.string "stage"
end
 
add_index "builds", ["commit_id"], name: "index_builds_on_commit_id", using: :btree
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment