author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Tue, 21 Apr 2009 17:04:38 +0200 | |
branch | tls-sprint |
changeset 1414 | 448c9802d7df |
parent 1412 | f3361e29d91f |
child 1415 | 98b8e5c627b8 |
--- a/server/migractions.py Tue Apr 21 11:35:31 2009 +0200 +++ b/server/migractions.py Tue Apr 21 17:04:38 2009 +0200 @@ -406,8 +406,7 @@ for obj in objtypes: if not reporschema.has_rdef(subj, obj): continue - self._synchronize_rdef_schema(subj, rschema, obj, - commit=False) + self._synchronize_rdef_schema(subj, rschema, obj) if syncperms: self._synchronize_permissions(etype)