aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources/META-INF/persistence.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-20 23:30:46 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-20 23:30:46 +0200
commit0c5700c5e02397096da33b31401d9e489e7674bb (patch)
treee231c17765666c48e7cd7093e381262fcbf3db2b /sonar-core/src/main/resources/META-INF/persistence.xml
parent6a3878fc89eedc318c941ee76ef961a124d2094c (diff)
downloadsonarqube-0c5700c5e02397096da33b31401d9e489e7674bb.tar.gz
sonarqube-0c5700c5e02397096da33b31401d9e489e7674bb.zip
Remove Hibernate model SchemaMigration
Diffstat (limited to 'sonar-core/src/main/resources/META-INF/persistence.xml')
-rw-r--r--sonar-core/src/main/resources/META-INF/persistence.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/META-INF/persistence.xml b/sonar-core/src/main/resources/META-INF/persistence.xml
index 42388ef66e3..7ec76949f11 100644
--- a/sonar-core/src/main/resources/META-INF/persistence.xml
+++ b/sonar-core/src/main/resources/META-INF/persistence.xml
@@ -6,7 +6,6 @@
<persistence-unit name="sonar" transaction-type="RESOURCE_LOCAL">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
- <class>org.sonar.jpa.entity.SchemaMigration</class>
<class>org.sonar.jpa.entity.ManualMeasure</class>
<class>org.sonar.api.database.configuration.Property</class>
<class>org.sonar.api.database.model.User</class>