chore(inventory): convert to dml (#10569)
Fixes: FRMW-2848 Co-authored-by: Harminder Virk <1706381+thetutlage@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ae1d875fcf
commit
729eb5da7b
@@ -1,9 +1,9 @@
|
||||
import { dropDatabase } from "pg-god"
|
||||
import {
|
||||
createClient,
|
||||
parseConnectionString,
|
||||
dbExists,
|
||||
createDb,
|
||||
dbExists,
|
||||
parseConnectionString,
|
||||
} from "../../index"
|
||||
|
||||
const DB_HOST = process.env.DB_HOST ?? "localhost"
|
||||
|
||||
Reference in New Issue
Block a user