Commit Graph

1 Commits

Author SHA1 Message Date
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