fix
This commit is contained in:
parent
174a54e955
commit
4a1b05dd56
|
|
@ -36,8 +36,9 @@ 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", arg);
|
console.log("iud", arg);
|
||||||
|
return { hr: "hello" };
|
||||||
|
|
||||||
if (schema_table) {
|
if (schema_table) {
|
||||||
let pks: Property[] = [];
|
let pks: Property[] = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue