We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f507 commit 8020dedCopy full SHA for 8020ded
1 file changed
docs-core/src/main/java/com/sismics/docs/core/dao/AuthenticationTokenDao.java
@@ -104,7 +104,7 @@ public void updateLastConnectionDate(String id) {
104
*/
105
public void updateCreationDate(AuthenticationToken authenticationToken) {
106
StringBuilder sb = new StringBuilder("update T_AUTHENTICATION_TOKEN ato ");
107
- sb.append(" set AUT_CREATEDATE_D = :creationDate ");
+ sb.append(" set AUT_CREATIONDATE_D = :creationDate ");
108
sb.append(" where ato.AUT_ID_C = :id");
109
110
EntityManager em = ThreadLocalContext.get().getEntityManager();
0 commit comments