# HG changeset patch # User Sylvain Thénault # Date 1253697739 -7200 # Node ID 368c68ffb99e5d8dbed77625f653f76758a045e6 # Parent c867a096e11c8a6a7218a6f3c08131e330c8e6c4 indent diff -r c867a096e11c -r 368c68ffb99e server/migractions.py --- a/server/migractions.py Wed Sep 23 11:22:08 2009 +0200 +++ b/server/migractions.py Wed Sep 23 11:22:19 2009 +0200 @@ -673,8 +673,8 @@ continue if instspschema.specializes() != eschema: self.rqlexec('SET D specializes P WHERE D eid %(d)s, P name %(pn)s', - {'d': instspschema.eid, - 'pn': eschema.type}, ask_confirm=confirm) + {'d': instspschema.eid, + 'pn': eschema.type}, ask_confirm=confirm) for rschema, tschemas, role in spschema.relation_definitions(True): for tschema in tschemas: if not tschema in instschema: