watching at the source code, instead of auth.enable_record_versioning(db) you can pass a list of tables
On Tuesday, March 5, 2013 2:12:54 PM UTC+1, Philip Kilner wrote: > > Hi, > > I'm using a dummy table with "migrate=False" against a database view for > reporting, but I have auditing enabled. > > I'm getting the error: - > > OperationalError: (1054, "Unknown column > 'request_received_by_month.is_active' in 'field list'") > > ...which suggestes that web2py expects the audit trail fields here. > > Is there a per-table way to disable versioing for a dummy tables, rather > than add dummy fields to the view? > > > -- > > Regards, > > PhilK > > > 'a bell is a cup...until it is struck' > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

