remove dropIfExists call from functions/views as to not drop them unexpectedly
[xtuple] / foundation-database / public / views / usr.sql
index e53b13f..c3cf540 100644 (file)
@@ -1,5 +1,5 @@
 
-SELECT dropIfExists('VIEW', 'usr');
+--SELECT dropIfExists('VIEW', 'usr');
 CREATE OR REPLACE VIEW usr AS
   SELECT usesysid::integer AS usr_id,
          usename::text AS usr_username,