]> source.dussan.org Git - sonarqube.git/commit
SONAR-3636 Add and feed a new column projects.created_at
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 27 Sep 2012 09:11:28 +0000 (11:11 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 27 Sep 2012 09:11:28 +0000 (11:11 +0200)
commit3ab8e7ef440c7c604edb0914bafc6b331c98da28
tree94c9b050a97a492839d751a76e1898515c4cc9cc
parent5a0c6a2c549a6dba1bfee0d7a7bae3b1d7e622bc
SONAR-3636 Add and feed a new column projects.created_at

=> MyBatis layer is updated
sonar-core/src/main/java/org/sonar/core/resource/ResourceDao.java
sonar-core/src/main/java/org/sonar/core/resource/ResourceDto.java
sonar-core/src/main/resources/org/sonar/core/resource/ResourceMapper.xml
sonar-core/src/test/java/org/sonar/core/resource/ResourceDaoTest.java