unique is for indexes.

This commit is contained in:
Marin Jankovski
2015-11-16 15:36:14 +01:00
parent 1328e4b504
commit f445d3d1f3
+1 -1
View File
@@ -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"