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:
Daniel García Aubert 2017-11-14 12:01:21 +01:00
parent bdf4827300
commit 27521964c7

View File

@ -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([