server/migractions.py
changeset 3412 368c68ffb99e
parent 3230 1d25e928c299
child 3589 a5432f99f2d9
--- 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: