gitlab-org--gitlab-foss/db
Mario de la Ossa 75cf5f5b54
User#projects_limit remove DB default and added NOT NULL constraint
This change is required because otherwise if a user is created with a
value for `projects_limit` that matches the DB default, it gets
overwritten by `current_application_settings.default_projects_limit`. By
removing the default we once again can allow a user to be created with a
limit of 10 projects without the risk that it'll change to 10000
2017-12-30 14:33:49 -06:00
..
fixtures Fix Gitlab::Access.values to Gitlab::Access.sym_options at 06_teams on development db fixtures 2017-12-27 18:55:57 +09:00
migrate User#projects_limit remove DB default and added NOT NULL constraint 2017-12-30 14:33:49 -06:00
post_migrate LDAP extern_uids are not normalized when updated via API 2017-12-21 14:31:15 +00:00
schema.rb User#projects_limit remove DB default and added NOT NULL constraint 2017-12-30 14:33:49 -06:00
seeds.rb