# HG changeset patch # User Sylvain Thénault # Date 1297957585 -3600 # Node ID 5d0be45ee69d45ccfedd98c5880f3ac47ad4f825 # Parent 3804794b1ccdd3d40319855c11ce5d6eb769872d cleanup diff -r 3804794b1ccd -r 5d0be45ee69d server/migractions.py --- a/server/migractions.py Thu Feb 17 16:46:18 2011 +0100 +++ b/server/migractions.py Thu Feb 17 16:46:25 2011 +0100 @@ -545,7 +545,7 @@ self.rqlexec('DELETE CWUniqueTogetherConstraint C ' 'WHERE C constraint_of E, ' ' E eid %%(x)s,' - ' %s' % ', '.join( restrictions), + ' %s' % ', '.join(restrictions), substs) for ut in unique_together - repo_unique_together: rql, substs = ss.uniquetogether2rql(eschema, ut)