5") === false) { finalResponse(UPDATE_FAILED, 'Could not migrate openingtime data from table to table'); } if (Database::exec("ALTER TABLE locationinfo_locationconfig DROP COLUMN openingtime") === false) { finalResponse(UPDATE_FAILED, 'Could not delete old openingtime column'); } $res[] = UPDATE_DONE; } // Create response for browser responseFromArray($res);