Bug 13833 - biblionumber in deletedbiblio should not be autoincrement
Summary: biblionumber in deletedbiblio should not be autoincrement
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-13 15:53 UTC by Colin Campbell
Modified: 2022-12-06 02:34 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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