Bug 8007: (QA followup) fix kohastructure to follow guidelines
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
a9dc61b8f0
commit
144d347f45
1 changed files with 1 additions and 0 deletions
|
@ -3509,6 +3509,7 @@ CREATE TABLE items_search_fields (
|
|||
-- Table structure for table 'discharges'
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS discharges;
|
||||
CREATE TABLE discharges (
|
||||
borrower int(11) DEFAULT NULL,
|
||||
needed timestamp NULL DEFAULT NULL,
|
||||
|
|
Loading…
Reference in a new issue