Bug 11577: Add auto_renew flags to the database
authorHolger Meißner <h.meissner.82@web.de>
Thu, 15 May 2014 14:18:36 +0000 (16:18 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 17 Sep 2014 22:23:05 +0000 (19:23 -0300)
commit282aa8ffced619b17be398065ed74b3cf44146d3
treeb533eded884327e97a1ca0620a6646b816228f70
parent84b4ace746699318e16f5c7a07023dbb3af55efd
Bug 11577: Add auto_renew flags to the database

- issues.auto_renew
- old_issues.auto_renew
- issuingrules.auto_renew

Default value is zero.

To test:

1) Run installer/data/mysql/updatedatabase.pl
2) Create SQL reports like:
   SELECT * FROM issues LIMIT 0,1
3) Confirm that a column auto_renew was added to each of the three tables.

Sponsored-by: Hochschule für Gesundheit (hsg), Germany
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl