What is data_property_flat table in the APG database and how is it used?
Watch4net/M&R - 7.x
data/task_repository/mysql-maintenance-tool/Default/recreate-data-property-flat.task
recreate-data-property.sh
script located in /APG_HOME/bin
. To manually recreate this table, all you need to do is run this script.
NOTE: data_property_flat table is deprecated in recent versions of M&R and recreate_data_property scheduled task is disabled by default.
mysql> drop table data_property_flat;
mysql> truncate data_property_flat;