Bug 18736: (follow-up) cast as UNSIGNED instead of INTEGER
authorNick Clemens <nick@bywatersolutions.com>
Sun, 16 Sep 2018 01:21:16 +0000 (01:21 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 25 Mar 2019 14:29:30 +0000 (14:29 +0000)
commit9bd4c6a608eb3bc0df9926ae85a8705c99b25c6b
tree524e80aa570545fac223e71f0924f41140dbe7b9
parent223de864b08cc8af50554fddad5e21f446c75a9a
Bug 18736: (follow-up) cast as UNSIGNED instead of INTEGER

More recent MySql versions require the use of SIGNED or UNSIGNED rather
than INTEGER. UNSIGNED will still work in older installs

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit ab4cf23286219b473820b61bca82c884de274e80)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Acquisition.pm
C4/Budgets.pm