mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
Don't fetch unneccasary records from db
This commit is contained in:
@@ -130,7 +130,7 @@ class User {
|
|||||||
|
|
||||||
let sql = `
|
let sql = `
|
||||||
select
|
select
|
||||||
t.*
|
t.testId as testId
|
||||||
from
|
from
|
||||||
test t
|
test t
|
||||||
join ${this.type}ClassLink link using(classId)
|
join ${this.type}ClassLink link using(classId)
|
||||||
|
|||||||
Reference in New Issue
Block a user