Commit ddb4079d authored by Wei-Meng Lee's avatar Wei-Meng Lee

Remove identify un-indexed projects snippet

Obsolete. See: https://gitlab.com/gitlab-com/support/toolbox/snippets/issues/13
parent 2dc25227
......@@ -262,14 +262,6 @@ p.each do |project|
end
```
### Identify un-indexed projects
```ruby
Project.find_each do |project|
puts "id #{project.id}: #{project.namespace.name.to_s}/#{project.name.to_s}" if project.index_status.nil?
end
```
## Wikis
### Recreate
......
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