summaryrefslogtreecommitdiff
path: root/spec/models/ci/runner_project_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/ci/runner_project_spec.rb')
-rw-r--r--spec/models/ci/runner_project_spec.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/models/ci/runner_project_spec.rb b/spec/models/ci/runner_project_spec.rb
index da8491357a5..000a732db77 100644
--- a/spec/models/ci/runner_project_spec.rb
+++ b/spec/models/ci/runner_project_spec.rb
@@ -2,11 +2,12 @@
#
# Table name: ci_runner_projects
#
-# id :integer not null, primary key
-# runner_id :integer not null
-# project_id :integer not null
-# created_at :datetime
-# updated_at :datetime
+# id :integer not null, primary key
+# runner_id :integer not null
+# project_id :integer
+# created_at :datetime
+# updated_at :datetime
+# gl_project_id :integer
#
require 'spec_helper'