Chore: refactor to use new schema changing queries

This commit is contained in:
csrapr 2021-03-01 15:55:29 +00:00 committed by Josh Harvey
parent 304f792484
commit e6059be8d2
44 changed files with 185 additions and 171 deletions

View file

@ -7,7 +7,7 @@ function pp (o) {
}
function dbFetchConfig () {
return db.oneOrNone(
return db.$oneOrNone(
'select data from user_config where type=$1 order by id desc limit 1',
['config']
)