Adding cache_tables to the create table too

This commit is contained in:
Antonio Zamorano 2016-08-12 11:52:24 +02:00
parent 5d323456ee
commit b462e969a1

View File

@ -26,7 +26,9 @@ cartodb.cdb_analysis_catalog (
-- last job modifying the node
last_modified_by uuid,
-- store error message for failures
last_error_message text
last_error_message text,
-- cached tables involved in the analysis
cache_tables regclass[] NOT NULL DEFAULT '{}'
);
-- This can only be called from an SQL script executed by CREATE EXTENSION