Skip to content

Commit

Permalink
Bug 8007: (QA followup) fix kohastructure to follow guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
  • Loading branch information
tomascohen committed Apr 30, 2015
1 parent a9dc61b commit 144d347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/data/mysql/kohastructure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 144d347

Please sign in to comment.