(schema: string)
| 757 | commentOnFunction(schema, searchFunctionName(schema, table), `@name search_${table}`); |
| 758 | |
| 759 | export const tableExistsQuery = (schema: string): string => { |
| 760 | return `SELECT table_name FROM information_schema.tables where table_schema='${schema}'`; |
| 761 | }; |
no outgoing calls
no test coverage detected