Bug 13833

Summary: biblionumber in deletedbiblio should not be autoincrement
Product: Koha Reporter: Colin Campbell <colin.campbell>
Component: DatabaseAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Colin Campbell 2015-03-13 15:53:01 UTC
kohastructure.sql defines deletedbiblio's biblionumber field as int(11) not null autoincrement surely that should be not null default 0 as with other deletedxxx tables?
Comment 1 David Cook 2022-12-06 02:34:00 UTC
Looks like this is still valid