Skip to content

Commit 324191f

Browse files
Add listsqlschema call
1 parent d88c1ed commit 324191f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/frontend/src/services/http.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ export class RootService {
227227
return HttpService.clnCall('sql', { query });
228228
}
229229

230+
static async listSqlSchemas(table?: string) {
231+
return HttpService.clnCall('listsqlschemas', { table });
232+
}
233+
230234
static async fetchAuthData() {
231235
const [ config, authStatus ] = await Promise.all([
232236
this.getAppConfigurations(),

0 commit comments

Comments
 (0)