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
ActiveRecord::ValueTooLong:
Mysql2::Error: Data too long for column 'submitterEmail' at row 1: INSERT INTO `CompetitionsMedia` (`competitionId`, `type`, `text`, `uri`, `submitterName`, `submitterComment`, `submitterEmail`, `timestampSubmitted`, `status`) VALUES ('FooComp6252015', 'article', 'i am from 2013 and accepted', 'https://www.example.com/article-42', 'Denis Christiansen', 'This is a comment', '[email protected]', '2019-12-07 07:43:32', 'accepted')
We should look into FactoryBot's settings to have emails below a given threshold, but most importantly we should fail registration for users with emails above what our db supports!
The text was updated successfully, but these errors were encountered:
Just came across your reply and no, there is no particular reason for it.
While I can't tell for competitionsmedia and the archive stuff, the last 4 tables definitely should all have the same limit!
This popped up in one of travis' builds:
We should look into FactoryBot's settings to have emails below a given threshold, but most importantly we should fail registration for users with emails above what our db supports!
The text was updated successfully, but these errors were encountered: