Bug 8007: (QA followup) fix kohastructure to follow guidelines

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2015-04-27 16:45:24 -03:00
parent a9dc61b8f0
commit 144d347f45

View file

@ -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,