From 3d075ccf6b3b1f7c2901272840c4888cef1f2a3d Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 11 Jul 2012 09:16:23 -0500 Subject: [PATCH] table._migrated, db._migrated --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 43e2cea1..a5f379d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-11 09:15:31) dev +Version 2.00.0 (2012-07-11 09:16:20) dev diff --git a/gluon/dal.py b/gluon/dal.py index 1ce192fa..01c205ed 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -842,7 +842,7 @@ class BaseAdapter(ConnectionPool): fake_migrate=False, ): table._migrated = True - table._db._migrate.append(table._tablename) + table._db._migrated.append(table._tablename) tablename = table._tablename def fix(item): k,v=item