jegelstaff / formulize

Unified data management. One system to handle all data entry, collection, and reporting, across all your unique workflows. Simplify processes. Make people happy.
https://www.formulize.org
GNU General Public License v2.0
27 stars 14 forks source link

Module installation fails - improper SQL #296

Closed skenow closed 5 years ago

skenow commented 5 years ago

Installation fails when trying to update the database - missing a comma in formulize/sql/mysql.sql at line 332, after "send_digests tinyint(1) NOT NULL default 0"

note text, send_digests tinyint(1) NOT NULL default 0 PRIMARY KEY (id_form) ) ENGINE=MyISAM;

This works

note text, send_digests tinyint(1) NOT NULL default 0, PRIMARY KEY (id_form) ) ENGINE=MyISAM;

Environment: PHP 5.6 MySQL 5.7.25-ubuntu ImpressCMS 1.3.11 Database driver: PDO

jegelstaff commented 5 years ago

Ack! Thanks Steve!