gitlab-org--gitlab-foss/db
Nick Thomas 2689428ac2 Fix project records with invalid visibility_level values
The AddVisibilityLevelToGroups migration introduced a visibility_level for
namespaces and specified that projects should always have a visibility level
less than or equal to their namespace. However, some invalid rows could have
been created.

This commit introduces a migration that updates the invalid rows, setting the
invalid project to have the same visibility_level as their namespaces. This
will make some projects internal or private when they would previously have
been public or internal, but this is better than silently making an internal
or private group public.
2016-11-10 17:58:31 +00:00
..
fixtures
migrate
post_migrate Fix project records with invalid visibility_level values 2016-11-10 17:58:31 +00:00
schema.rb Fix project records with invalid visibility_level values 2016-11-10 17:58:31 +00:00
seeds.rb