|
@@ -93,7 +93,6 @@
|
|
LEFT JOIN wahlen ON schueler.id = wahlen.schueler_id`)
|
|
LEFT JOIN wahlen ON schueler.id = wahlen.schueler_id`)
|
|
.then(resp => {
|
|
.then(resp => {
|
|
schueler_entfernt = resp.rows
|
|
schueler_entfernt = resp.rows
|
|
- console.log(resp.rows)
|
|
|
|
})
|
|
})
|
|
const mysql_connection = mysql.createConnection(knexConfig.connection)
|
|
const mysql_connection = mysql.createConnection(knexConfig.connection)
|
|
mysql_connection.connect()
|
|
mysql_connection.connect()
|