[web2py] Re: Record Versioning not working for just one table (?)

2016-10-10 Thread 'maulynvia' via web2py-users
thanks Once I added *db.actions._enable_record_versioning*() [in addition to the global auth.enable_record_versioning(db), ] this seemed to fix it. On Tuesday, September 6, 2016 at 6:06:00 PM UTC+1, Anthony wrote: > By default, record versioning creates a "current_record" reference field > in t

[web2py] Record Versioning not working for just one table (?)

2016-09-06 Thread 'maulynvia' via web2py-users
First of all, web2py rocks...I'm amazed how good it is :) Record versioning is one of the great features and is working perfectly for me except for one table. Can anyone see what the problem might be? Thanks in advance. Here is the definition of the table in question: db.define_table('actions',