#1138 fixes for specs

This commit is contained in:
Kartones 2014-11-18 17:35:11 +01:00
parent 3b5c1f65cb
commit 61b47617b8
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
-- Depends on:
-- * CDB_ExtensionUtils.sql
-- * CDB_TransformToWebmercator.sql
-- * CDB_TableMetadata.sql
-- * CDB_Quota.sql
@ -572,7 +573,7 @@ $$ LANGUAGE plpgsql VOLATILE;
-- Auxiliary function
CREATE OR REPLACE FUNCTION _CDB_is_raster_table(schema_name TEXT, reloid REGCLASS)
CREATE OR REPLACE FUNCTION cartodb._CDB_is_raster_table(schema_name TEXT, reloid REGCLASS)
RETURNS BOOLEAN
AS $$
DECLARE

View File

@ -1,2 +1,3 @@
SET SCHEMA 'cartodb';
\i scripts-available/CDB_Quota.sql
\i scripts-available/CDB_Quota.sql
SET SCHEMA 'public';