Deleted unused test for config tables
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
-- Create a conf table
|
||||
SELECT cartodb.cdb_conf_setconf('cds', '{"Manolo Escobar": {"El Limonero":"En stock", "Viva el vino":"Sin stock"}}');
|
||||
|
||||
-- Test key retrieval
|
||||
SELECT cartodb.cdb_conf_getconf('cds');
|
||||
|
||||
-- Test returns NULL if key doesn't exist
|
||||
SELECT cartodb.cdb_conf_getconf('no existe');
|
||||
Reference in New Issue
Block a user