consolidated medical terms into one dictionary
This commit is contained in:
parent
aefaaf0d11
commit
a842b281e4
Binary file not shown.
|
@ -2,8 +2,6 @@ import { db } from "./db.mjs"
|
||||||
|
|
||||||
const blocklist = db.union([
|
const blocklist = db.union([
|
||||||
db('bad_words').select('word'),
|
db('bad_words').select('word'),
|
||||||
db('medical_procedures').select('name'),
|
|
||||||
db('diseases').select('name'),
|
|
||||||
db('medical_dictionary').select('word')
|
db('medical_dictionary').select('word')
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue