query for contacts with board forum access master
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Sep 2023 15:52:43 +0000 (11:52 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Sep 2023 15:52:43 +0000 (11:52 -0400)
board-forum-contacts.sql

index 92636c19de7a43f69e7ded079a05f7cb4e9e5d13..ec4a71aa34726f7f18ad7c425c0a657b2cf0cdcc 100644 (file)
@@ -29,6 +29,6 @@ and c.id not in (
         )
     )
 ) order by id asc
         )
     )
 ) order by id asc
--- into outfile '/var/lib/mysql-files/board-forum-contacts.csv' fields terminated by ','
+into outfile '/var/lib/mysql-files/board-forum-contacts4.csv' fields terminated by ','
 ;
 
 ;