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