summaryrefslogtreecommitdiffstats
path: root/generation/query.sh
blob: 957fb6270fba037993aa5a5365e4ed05a8500b80 (plain)
1
sqlite3 ../shop.db "SELECT id,firstname,lastname FROM users LEFT JOIN authentication ON users.id = authentication.user WHERE (disabled IS NULL or disabled != 1) and id > 0" | sed "s~|~,~g" > users.csv