From 91193b88447647de4edb95625ea9c4a8c7c6bcae Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 22 Jul 2018 11:38:49 +0200 Subject: Sort IpPubliques by default --- fai_gestion/config/bake_extra.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fai_gestion/config/bake_extra.php b/fai_gestion/config/bake_extra.php index 897219b..eb29b3d 100644 --- a/fai_gestion/config/bake_extra.php +++ b/fai_gestion/config/bake_extra.php @@ -162,6 +162,9 @@ EOT ], ], 'IpPubliques' => [ + 'order' => [ + 'IpPubliques.ip4' => 'ASC', + ], 'orderHook' => [ 'IpPubliques.ip4' => 'INET_ATON(IpPubliques.ip4)', 'IpPubliques.ip6' => 'INET6_ATON(IpPubliques.ip6)', -- cgit v1.1