ulrich
2017-02-28 c16501f52fb61dd7c2c6e7977f486828d53918fc
web/WEB-INF/sql.properties
@@ -38,6 +38,9 @@
  <entry key="deleteUserRoles">
    delete from app.user_roles where user_name = ?
  </entry>
  <entry key="getUserData">
    select user_name,user_first,user_last,user_email from app.users 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 = ?