Commit e793a2d1 authored by Sean McGivern's avatar Sean McGivern

update_user_activity is no longer EE-only

parent dc63b952
......@@ -53,6 +53,7 @@
- [default, 1]
- [pages, 1]
- [system_hook_push, 1]
- [update_user_activity, 1]
# EE specific queues
- [geo, 1]
- [project_mirror, 1]
......@@ -63,4 +64,3 @@
- [elastic_indexer, 1]
- [elastic_commit_indexer, 1]
- [export_csv, 1]
- [update_user_activity, 1]
......@@ -98,7 +98,7 @@ module Gitlab
'EEP'
when 'starter'
'EES'
when nil # Older licenses
else # Older licenses
'EE'
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment