We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d537ae4 commit e4c3198Copy full SHA for e4c3198
src/store/reducers/viewSchema/viewSchema.ts
@@ -1,7 +1,7 @@
1
import {isQueryErrorResponse} from '../../../utils/query';
2
import {api} from '../api';
3
4
-export function createViewSchemaQuery(path: string) {
+function createViewSchemaQuery(path: string) {
5
return `SELECT * FROM \`${path}\` LIMIT 0`;
6
}
7
0 commit comments