HOSxP 3.51.3.10
Checking structure phase 2
ALTER TABLE person_image ADD `capture_datetime` datetime NULL
ALTER TABLE person_finger_template ADD `person_id` int NOT NULL
ALTER TABLE person_finger_template ADD `template` blob NULL
ALTER TABLE person_finger_scan ADD `scan_image` longblob NULL
ALTER TABLE person ADD `last_update_pttype` datetime NULL
CREATE TABLE person_finger_template ( `person_finger_scan_id` int NOT NULL )
CREATE TABLE person_finger_scan ( `person_finger_scan_id` int NOT NULL )
Checking structure phase 1