remove dropIfExists call from functions/views as to not drop them unexpectedly
[xtuple] / foundation-database / public / functions / usercanlogin.sql
index 72a559f..2c097d3 100644 (file)
@@ -1,5 +1,5 @@
-DROP VIEW     IF EXISTS usr;
-DROP FUNCTION IF EXISTS userCanLogin(TEXT);
+--DROP VIEW     IF EXISTS usr;
+--DROP FUNCTION IF EXISTS userCanLogin(TEXT);
 CREATE OR REPLACE FUNCTION userCanLogin(pUsername TEXT) RETURNS BOOLEAN AS $$
 -- Copyright (c) 1999-2014 by OpenMFG LLC, d/b/a xTuple. 
 -- See www.xtuple.com/CPAL for the full text of the software license.