Just an FYI...for some reason, when using your script, I needed to modify /var/www/html/sql/schema.sql on line 567 just before the DB was updated.
something about MarianDB's new code.
`loadCellTareDate` TIMESTAMP DEFAULT NULL,
`loadCellTareDate` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
It didn't...