summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:31:04 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:50:18 +0200
commit1b1a79911a79b098a53adc527bafbafc920716e1 (patch)
tree56dcc14b02d4a27932fc8a1b28609973c3367a43 /db
parent574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff)
downloadgitlab-ci-1b1a79911a79b098a53adc527bafbafc920716e1.tar.gz
Update annotationsannotations
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 1525d74..c5e59b2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -176,7 +176,7 @@ ActiveRecord::Schema.define(version: 20150706103229) do
add_index "tags", ["name"], name: "index_tags_on_name", unique: true, using: :btree
create_table "variables", force: true do |t|
- t.integer "project_id", null: false
+ t.integer "project_id", null: false
t.string "key"
t.text "value"
end