]> source.dussan.org Git - sonarqube.git/commit
SONAR-4529 Remove column notifications.createAt
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 27 Aug 2013 16:21:50 +0000 (18:21 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Tue, 27 Aug 2013 16:21:50 +0000 (18:21 +0200)
commit5bf5f36b98ce5dbe89e02236ec4f1e25ea9cc8e3
tree3f6c87638ce74cf77d4de5ce2e035dcf2ddfa351
parent87b5f228bc4289fdde70ea1fbbd84753183dfad9
SONAR-4529 Remove column notifications.createAt
sonar-core/src/main/resources/org/sonar/core/notification/db/NotificationQueueMapper.xml
sonar-core/src/main/resources/org/sonar/core/persistence/schema-h2.ddl
sonar-core/src/test/java/org/sonar/core/notification/db/NotificationQueueDaoTest.java
sonar-core/src/test/resources/org/sonar/core/notification/db/NotificationQueueDaoTest/should_delete_notification-result.xml
sonar-core/src/test/resources/org/sonar/core/notification/db/NotificationQueueDaoTest/should_delete_notification.xml
sonar-core/src/test/resources/org/sonar/core/notification/db/NotificationQueueDaoTest/should_findOldest.xml
sonar-core/src/test/resources/org/sonar/core/notification/db/NotificationQueueDaoTest/should_insert_new_notification_queue-result.xml
sonar-server/src/main/webapp/WEB-INF/db/migrate/430_add_index_to_notifications_created_at.rb [deleted file]
sonar-server/src/main/webapp/WEB-INF/db/migrate/430_remove_notifications_created_at.rb [new file with mode: 0644]