summaryrefslogtreecommitdiff
path: root/util/updates/update_20191003b.sql
diff options
context:
space:
mode:
Diffstat (limited to 'util/updates/update_20191003b.sql')
-rw-r--r--util/updates/update_20191003b.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/updates/update_20191003b.sql b/util/updates/update_20191003b.sql
index a7342463..d3c41005 100644
--- a/util/updates/update_20191003b.sql
+++ b/util/updates/update_20191003b.sql
@@ -13,6 +13,7 @@ DROP FUNCTION user_isloggedin(integer, bytea);
DROP FUNCTION user_update_lastused(integer, bytea);
DROP FUNCTION user_isvalidtoken(integer, bytea);
DROP FUNCTION user_setmail(integer, integer, bytea, text);
+DROP FUNCTION user_emailexists(text);
-- Convert old password reset tokens to the new session format
INSERT INTO sessions (uid, token, expires, type)