ulrich
2017-02-05 ce8261f629a74e3cfd41457d78553186854a3119
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 = ?