diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-20 23:30:46 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-20 23:30:46 +0200 |
commit | 0c5700c5e02397096da33b31401d9e489e7674bb (patch) | |
tree | e231c17765666c48e7cd7093e381262fcbf3db2b /sonar-core/src/main/resources/META-INF/persistence.xml | |
parent | 6a3878fc89eedc318c941ee76ef961a124d2094c (diff) | |
download | sonarqube-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.xml | 1 |
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> |