ulrich
2016-12-27 4f4b2940ce5816cf3daa226507029e17280b9a9e
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 = ?