Fix deletion of cartodb_postgresql_unpriv_user

only used in tests
This commit is contained in:
Rafa de la Torre
2015-08-14 09:48:34 +00:00
parent f211669e9e
commit 3d89d8231f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -97,5 +97,6 @@ RESET SESSION AUTHORIZATION;
drop schema c cascade;
select count(*) from CDB_TableMetadata;
DROP USER cartodb_postgresql_unpriv_user;
DROP OWNED BY cartodb_postgresql_unpriv_user;
DROP ROLE cartodb_postgresql_unpriv_user;
DROP FUNCTION _CDB_UserQuotaInBytes();