threatnote icon indicating copy to clipboard operation
threatnote copied to clipboard

Bug on adding new requirement when not all fields populated

Open wraythezw opened this issue 3 years ago • 0 comments

threatnote_1 | sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: requirements.friendly_id threatnote_1 | [SQL: INSERT INTO requirements (friendly_id, title, owner, priority, summary, gaps, collection_requirements, deliverables, time_requirement, creator, is_archived) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)] threatnote_1 | [parameters: ('1', 'Leo', 'Leo', 'Medium', '', '', '', '', '2022-05-27', 'admin', 0)] threatnote_1 | (Background on this error at: https://sqlalche.me/e/14/gkpj)

wraythezw avatar May 18 '22 07:05 wraythezw