Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
f8316a00013b
Commit
2c358d98
authored
Feb 22, 2018
by
Micaël Bergeron
Browse files
fix the prepare_untracked_uploads_spec from using the EE schema
parent
ef5999060236
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/workers/all_queues.yml
View file @
f8316a00
...
...
@@ -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
...
...
config/sidekiq_queues.yml
View file @
f8316a00
...
...
@@ -69,4 +69,5 @@
- [project_migrate_hashed_storage, 1]
- [storage_migrator, 1]
- [pages_domain_verification, 1]
- [object_storage_upload, 1]
- [object_storage, 1]
db/schema.rb
View file @
f8316a00
...
...
@@ -1777,9 +1777,9 @@
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment