diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt')
-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 52ae0b9f36b..752c79ebff3 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 @@ -2,4 +2,4 @@ Don't forget that index name limited to 30 characters in Oracle DB. Prefer to add nullable columns to avoid problems during migration. -After adding migration script - don't forget to update sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java +After adding migration script - don't forget to update sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java and ../structure/derby.* |