Column not found and revisions

FRW

Well-known member
I found a strange behaviour:

With the DATA-Tab I add a field "test" and set the permissions; this field is correctly updated in the DB (looked after with phpmyadmin), revisions for this table is enabled.

Result while saving a record: "Column 'test' not found"

Doing the same while revisions are disabled: Record saved correctly.

For testing I do the same without DATA-Tab, but the result was the same; seems to depend on the enabled revisions.
 

FRW

Well-known member
I think I found the point:

the table dadabik_revisions_TABLENAME is not beeing updated with the new field. I've done this manually and all is Okay.
 

eugenio

Administrator
Staff member
Hello,
yes, the schema needs to be updated, see the chapter Audit/Revisions in the documentation for further details.

Best,
 
Top