fix
This commit is contained in:
parent
87dd053b2a
commit
174a54e955
|
|
@ -36,7 +36,8 @@ export const execQuery = async (args: DBArg, prisma: any) => {
|
||||||
const tables = schema
|
const tables = schema
|
||||||
.findAllByType("model", {})
|
.findAllByType("model", {})
|
||||||
.map((e) => e?.name) as string[];
|
.map((e) => e?.name) as string[];
|
||||||
console.log("iud", schema_table);
|
|
||||||
|
console.log("iud", arg);
|
||||||
|
|
||||||
if (schema_table) {
|
if (schema_table) {
|
||||||
let pks: Property[] = [];
|
let pks: Property[] = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue