mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
unique is for indexes.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user