Rises verbosity level before tests for _CDB_create_cartodb_id_column 155
This commit is contained in:
parent
081ed36aae
commit
6252907de2
@ -319,6 +319,7 @@ SELECT CDB_CartodbfyTableCheck('test', 'Table with non unique and null cartodb_i
|
||||
SELECT cartodb_id, cartodb_id_0 from test;
|
||||
DROP TABLE test;
|
||||
|
||||
\set VERBOSITY terse
|
||||
-- _CDB_create_cartodb_id_column with cartodb_id integer already present
|
||||
CREATE TABLE test (cartodb_id integer);
|
||||
|
||||
@ -334,6 +335,7 @@ SELECT _CDB_Create_Cartodb_ID_Column('test'::regclass);
|
||||
SELECT column_name FROM information_schema.columns WHERE table_name = 'test' AND column_name = '_cartodb_id0';
|
||||
|
||||
DROP TABLE test;
|
||||
\set VERBOSITY default
|
||||
|
||||
-- TODO: table with existing custom-triggered the_geom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user