summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a8e8dfe6bbf..4870fe3fc4c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -423,7 +423,7 @@ ActiveRecord::Schema.define(version: 20151114113410) do
add_index "labels", ["project_id"], name: "index_labels_on_project_id", using: :btree
create_table "lfs_objects", force: true do |t|
- t.string "oid", null: false, unique: true
+ t.string "oid", null: false
t.integer "size", null: false
t.datetime "created_at"
t.datetime "updated_at"