Remove unneeded change
This commit is contained in:
parent
021c7318a3
commit
9469871029
@ -15,7 +15,7 @@ $$
|
|||||||
LANGUAGE 'plpgsql' VOLATILE PARALLEL UNSAFE;
|
LANGUAGE 'plpgsql' VOLATILE PARALLEL UNSAFE;
|
||||||
|
|
||||||
-- Return the estimated size of user data. Used for quota checking.
|
-- Return the estimated size of user data. Used for quota checking.
|
||||||
CREATE OR REPLACE FUNCTION cartodb.CDB_UserDataSize(schema_name TEXT)
|
CREATE OR REPLACE FUNCTION @extschema@.CDB_UserDataSize(schema_name TEXT)
|
||||||
RETURNS bigint AS
|
RETURNS bigint AS
|
||||||
$$
|
$$
|
||||||
DECLARE
|
DECLARE
|
||||||
|
Loading…
Reference in New Issue
Block a user