From b049f8e22c0114229492b9f784c2904de2aeae37 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Fri, 27 May 2011 15:15:41 +0400 Subject: [PATCH] Improve guide about creation of migration scripts --- sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 15688e3dade..52ae0b9f36b 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 @@ -1 +1,5 @@ +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 -- 2.39.5