diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-07 22:13:35 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-07 23:30:28 +0100 |
commit | 0a608327b220e0d89a380fa4499af5247e1e85d5 (patch) | |
tree | f2e9b8ca5253606ff1a6c03fbd08f2364268d55b /sonar-server/src/main/webapp/WEB-INF | |
parent | 6cc1508a6207bf923da34659722e23e2e5c17599 (diff) | |
download | sonarqube-0a608327b220e0d89a380fa4499af5247e1e85d5.tar.gz sonarqube-0a608327b220e0d89a380fa4499af5247e1e85d5.zip |
SONAR-3292 improve messages when database is not up-to-date
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt b/sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt index 1a2dcc99bc4..f1d93735e13 100644 --- a/sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt +++ b/sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt @@ -5,7 +5,7 @@ HOW TO ADD A MIGRATION + sonar-core/src/main/resources/org/sonar/core/persistence/schema-derby.ddl + sonar-core/src/main/resources/org/sonar/core/persistence/rows-derby.sql : - add "INSERT INTO SCHEMA_MIGRATIONS(VERSION) VALUES ('<THE MIGRATION ID>')" -* Update the migration id defined in sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java +* Update the migration id defined in sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java * If a table is added or removed, then edit sonar-core/src/main/java/org/sonar/core/persistence/DatabaseUtils.java |