Kevin Miller wrote:
Database Integrity Suggestion
Inconsistent database table and entity definitions: column 'OSUSR_r6t_Events.TESTVALUES' exists in database, but there is no corresponding attribute in entity 'Events'.
I suppose that's because when you've bootstraped the Events entity the platform automatically created the column TESTVALUES and you changed it to LocationId after published. So the entity was modified but the corresponding database table for some reason not. Try to recreate the Events entity (cut and paste) and publish and see if it solves the problem. Inconsistent database table and entity definitions: column 'OSUSR_r6t_Events.TESTVALUES' exists in database, but there is no corresponding attribute in entity 'Events'.