Fix of lists_touch sql table bug in mysql verion 5.7 and higher.
commit299a34dcbb52d5a90cc97edf4640fae0a1cd1528
authorbradymiller <bradymiller@users.sourceforge.net>
Mon, 25 Apr 2016 08:46:35 +0000 (25 01:46 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Tue, 26 Apr 2016 06:50:38 +0000 (25 23:50 -0700)
tree562e244568b5e849d71eb33df8963ee17040ed88
parente7aa71059534321b660eaa9a8e5fda994914c574
Fix of lists_touch sql table bug in mysql verion 5.7 and higher.

Do not need to modify upgrade scripts, because in the past, mysql basically
ignored setting default to NULL for primary keys; Mysql 5.7 throws an error
rather than continuing behavior of prior mysql version..
sql/database.sql