Skip to content
Snippets Groups Projects
Commit e43d7d2b authored by Micael Bergeron's avatar Micael Bergeron
Browse files

fix the prepare_untracked_uploads_spec from using the EE schema

parent 5cf1cc6a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -38,6 +38,7 @@
- github_importer:github_import_stage_import_pull_requests
- github_importer:github_import_stage_import_repository
 
- object_storage_upload
- object_storage:object_storage_background_move
- object_storage:object_storage_migrate_uploads
 
Loading
Loading
Loading
Loading
@@ -69,4 +69,5 @@
- [project_migrate_hashed_storage, 1]
- [storage_migrator, 1]
- [pages_domain_verification, 1]
- [object_storage_upload, 1]
- [object_storage, 1]
Loading
Loading
@@ -1777,9 +1777,9 @@ ActiveRecord::Schema.define(version: 20180222152310) do
t.string "model_type"
t.string "uploader", null: false
t.datetime "created_at", null: false
t.integer "store"
t.string "mount_point"
t.string "secret"
t.integer "store"
end
 
add_index "uploads", ["checksum"], name: "index_uploads_on_checksum", using: :btree
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment