Add a new helper function _CDB_Table_Exists

This commit is contained in:
Rafa de la Torre
2018-07-03 13:00:24 +02:00
parent 2e68626165
commit 55a77b0ef0
4 changed files with 38 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.22.2
EXTVERSION = 0.22.3
SED = sed
AWK = awk
@@ -88,6 +88,7 @@ UPGRADABLE = \
0.22.0 \
0.22.1 \
0.22.2 \
0.22.3 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)