Fix Issues With MySQL Tables Missing for Accounting

The following query run as root against the database radacct adds the table acctupdatetime which seems to be missing from the daloRADIUS install SQL files.

ALTER TABLE radacct ADD acctupdatetime datetime NULL DEFAULT NULL;