From f4a79ccd85d6175cef27e081628dd013a0b6d77e Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Mon, 28 Nov 2016 22:06:44 +0000
Subject: [PATCH] NiceFilter

---
 web/WEB-INF/sql.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/WEB-INF/sql.properties b/web/WEB-INF/sql.properties
index 09bbbdf..fab376f 100644
--- a/web/WEB-INF/sql.properties
+++ b/web/WEB-INF/sql.properties
@@ -10,7 +10,7 @@
     SYS.SYSTABLES as t 
     where s.schemaid = t.schemaid 
     and s.schemaname = 'APP' 
-    and t.tablename = 'USER'
+    and t.tablename = 'USERS'
   </entry>
   <entry key="incrementKey">
     update app.keytable 

--
Gitblit v1.9.3