fix
This commit is contained in:
parent
174a54e955
commit
4a1b05dd56
|
|
@ -38,6 +38,7 @@ export const execQuery = async (args: DBArg, prisma: any) => {
|
||||||
.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