]> source.dussan.org Git - sonarqube.git/commit
SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 27 Jun 2016 21:18:38 +0000 (23:18 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Wed, 29 Jun 2016 09:07:54 +0000 (11:07 +0200)
commit55f378b984dbd0442f72d0c0f003cf5791c6062c
tree2670b9b6df929f0388693adc555ac2b902e399ed
parentc6f2f2e15367862195f3e0424b73ac5f1f2af844
SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT
server/sonar-web/src/main/webapp/WEB-INF/db/migrate/1263_populate_user_updated_at_of_rules_profiles.rb [new file with mode: 0644]
sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java
sonar-db/src/main/java/org/sonar/db/version/MigrationStepModule.java
sonar-db/src/main/java/org/sonar/db/version/v60/PopulateUserUpdatedAtOfRulesProfiles.java [new file with mode: 0644]
sonar-db/src/main/resources/org/sonar/db/version/rows-h2.sql
sonar-db/src/test/java/org/sonar/db/version/MigrationStepModuleTest.java
sonar-db/src/test/java/org/sonar/db/version/v60/PopulateUserUpdatedAtOfRulesProfilesTest.java [new file with mode: 0644]
sonar-db/src/test/resources/org/sonar/db/version/v60/PopulateUserUpdatedAtOfRulesProfilesTest/schema.sql [new file with mode: 0644]