ulrich
2017-02-01 0bc3073a6c5c8512184fd8d0e0044eee7e8d47d0
web/WEB-INF/sql.properties
@@ -35,6 +35,9 @@
  <entry key="getUserRoles">
    select role_name from app.user_roles where user_name = ? order by role_name
  </entry>
  <entry key="deleteUserRoles">
    delete from app.user_roles where user_name = ?
  </entry>
  <entry key="getDateList">
    select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte 
    where or_pers_id = ?