Remove schema from analyses catalog query perfoming that query in the same way that we do for pooling the node status in analyses backend
This commit is contained in:
parent
bdf4827300
commit
27521964c7
@ -93,7 +93,7 @@ AnalysesController.prototype.catalog = function (req, res, next) {
|
||||
};
|
||||
|
||||
var catalogQueryTpl = dot.template(
|
||||
'SELECT analysis_def->>\'type\' as type, * FROM cartodb.cdb_analysis_catalog WHERE username = \'{{=it._username}}\''
|
||||
'SELECT analysis_def->>\'type\' as type, * FROM cdb_analysis_catalog WHERE username = \'{{=it._username}}\''
|
||||
);
|
||||
|
||||
var tablesQueryTpl = dot.template([
|
||||
|
Loading…
Reference in New Issue
Block a user