Added test and query call
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//Group initialization
|
||||
//Checking if group existis in DB table groups
|
||||
//if no inserts new group with no users (implicitly)
|
||||
|
||||
const handleAddGroup = (reqgroup, db) => {
|
||||
db.transaction (trx => {
|
||||
trx.select('groupname')
|
||||
|
||||
Reference in New Issue
Block a user