You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think some DB models (i.e. those classes in cms.db) have some strange fields definitions. For example the User.ip field is nullable but we usually use the '0.0.0.0' string to mean "no IP address assigned". Likewise User.email is almost never used, thus left blank, but it's not nullable. I suspect other such issues are around, even of other kinds. We should take a look at all models and fix the ones we find.