Adding cache_tables to the create table too

pull/274/head
Antonio Zamorano 8 years ago
parent 5d323456ee
commit b462e969a1

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

Loading…
Cancel
Save