possibly fixed issue table_archive_archive...archive

This commit is contained in:
mdipierro
2012-12-21 00:20:06 -06:00
parent 91045b918f
commit 7c906c8b89
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.1+timestamp.2012.12.21.00.16.27
Version 2.4.1-alpha.1+timestamp.2012.12.21.00.19.28
+1 -1
View File
@@ -1397,7 +1397,7 @@ class Auth(object):
"""
tables = [table for table in tables]
for table in tables:
if 'modified_on' in table.fields():
if 'modified_on' in table.fields() and not current_record in table.fields():
table._enable_record_versioning(
archive_db=archive_db,
archive_name=archive_names,