Fix extraneous white space in generated sql
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 18 May 2021 04:06:00 +0000 (16:06 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 18 May 2021 06:30:08 +0000 (18:30 +1200)
commit6cee3f899e6a617eebc75d1d623efb4ab81b531b
tree12d5525aaf22b92e5307643a0b71e22f6f35588a
parent8f222bab73b7274b30481c9c6daddee3538d8a09
Fix extraneous white space in generated sql

- trailing space when comment is not declared for a db table
- spaces before arguments that don't exist
- extra lines

Schema.tpl whitespace overhaul

Note I tried regenerating civicrm.mysql with this & it looked good - jenkins can
pass judgement too...

I also tried regenerating the sql in search_kit but I hit what seems to me to be
an unreleated regression - ie search_kit generates
 ROW_FORMAT=DYNAMIC

With my version (lastest from master) of civix I get ENGINE = INNODB but
not the ROW_FORMAT
xml/templates/drop.tpl
xml/templates/schema.tpl