Adding cache_tables to the create table too
This commit is contained in:
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…
Reference in New Issue
Block a user