]> 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 07:58:53 +0000 (09:58 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Thu, 27 Sep 2012 07:58:53 +0000 (09:58 +0200)
commitb723f9f83d33a962e9b949cfa05a8fb7d9e5f657
tree6bceb6dedb5c091dcc7f89f31232e6ab3cbc83df
parentd999cece595da7c843de473fae9cc0631169a7fc
SONAR-3636 Add and feed a new column projects.created_at

=> The goal of this column is only to provide an additional piece
   of information when something wrong happens.
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java
sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-plugin-api/src/main/java/org/sonar/api/database/model/ResourceModel.java
sonar-server/src/main/webapp/WEB-INF/db/migrate/330_add_created_at_on_projects.rb [new file with mode: 0644]