From b7b5be1f3febfcfc5ca5499d9fe5c329db005056 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Fri, 14 Aug 2015 16:10:38 +0200 Subject: [PATCH] Add minor piece of doc --- scripts-available/CDB_CartodbfyTable.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts-available/CDB_CartodbfyTable.sql b/scripts-available/CDB_CartodbfyTable.sql index d3c03e1..286d75a 100644 --- a/scripts-available/CDB_CartodbfyTable.sql +++ b/scripts-available/CDB_CartodbfyTable.sql @@ -343,6 +343,9 @@ $$ LANGUAGE PLPGSQL; -- logic before the table re-write to avoid re-writing if the table -- already has all the necessary columns in place. -- +-- (0) _CDB_check_prerequisites +-- As before, this checks the prerequisites before trying to cartodbfy +-- -- (1) _CDB_drop_triggers -- As before, this drops all the metadata and geom sync triggers --