summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-01 13:46:55 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-02 13:14:15 +0100
commit3fb6e8f436da5993f8efa4f7372a40d75463f198 (patch)
treef8e6d15a0de90b259034572f0d339efd83547ced
parent72d29a19816dc80a605991309620fcc945e3791c (diff)
downloadgitlab-ci-3fb6e8f436da5993f8efa4f7372a40d75463f198.tar.gz
db schema for postgres
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9f35671..72e275c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -58,7 +58,7 @@ ActiveRecord::Schema.define(version: 20141202153844) do
add_index "commits", ["project_id", "sha"], name: "index_commits_on_project_id_and_sha", using: :btree
add_index "commits", ["project_id"], name: "index_commits_on_project_id", using: :btree
- add_index "commits", ["sha"], name: "index_commits_on_sha", length: {"sha"=>6}, using: :btree
+ add_index "commits", ["sha"], name: "index_commits_on_sha", using: :btree
create_table "jobs", force: true do |t|
t.integer "project_id", null: false