Skip to content
Extraits de code Groupes Projets
Valider 4d4592e0 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[clean] pre-commit changes

parent bdcd031d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -83,7 +83,12 @@ class ScopPartnerDashboardUr(models.Model):
WITH req AS (%s UNION ALL %s UNION ALL %s UNION ALL %s)
SELECT ROW_NUMBER() OVER (ORDER BY ur_id) as id, *
FROM req
""" % (qy_projet, qy_coop, qy_rev, qy_act)
""" % (
qy_projet,
qy_coop,
qy_rev,
qy_act,
)
return qy
# ------------------------------------------------------
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter