aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-05-27 15:15:41 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-05-27 15:21:38 +0400
commitb049f8e22c0114229492b9f784c2904de2aeae37 (patch)
tree60793c44d1b83d40c7f71f1094d467dc520520ca
parent5e5916cd83e20df7331bb3534e82f3845951b160 (diff)
downloadsonarqube-b049f8e22c0114229492b9f784c2904de2aeae37.tar.gz
sonarqube-b049f8e22c0114229492b9f784c2904de2aeae37.zip
Improve guide about creation of migration scripts
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/db/migrate/README.txt4
1 files changed, 4 insertions, 0 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 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