Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
e43d7d2b
Commit
e43d7d2b
authored
Feb 22, 2018
by
Micaël Bergeron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the prepare_untracked_uploads_spec from using the EE schema
parent
5cf1cc6a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-0
config/sidekiq_queues.yml
config/sidekiq_queues.yml
+1
-0
db/schema.rb
db/schema.rb
+1
-1
No files found.
app/workers/all_queues.yml
View file @
e43d7d2b
...
...
@@ -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 @
e43d7d2b
...
...
@@ -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 @
e43d7d2b
...
...
@@ -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
...
...
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