enable_record_versioning

This commit is contained in:
Massimo Di Pierro
2012-04-07 09:08:44 -05:00
parent b9d5ffe1ac
commit e42e62fcda
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1291,7 +1291,7 @@ class Auth(object):
tables = [table for table in tables]
for table in tables:
if 'modifed_on' in table.fields():
table._archive_records(
table._enable_record_versioning(
archive_db = archive_db,
archive_name = archive_names,
current_record = current_record)