From 312f3004de1f890aa0086dcd5a5947a81b7fb31c Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 15 Dec 2010 10:54:43 +0000
Subject: [PATCH] minor: migration comment

SVN: 19149
---
 .../sql/postgresql/migration/migration-062-063.sql       | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/openbis/source/sql/postgresql/migration/migration-062-063.sql b/openbis/source/sql/postgresql/migration/migration-062-063.sql
index 2c1a25810ec..f4b36a44b2e 100644
--- a/openbis/source/sql/postgresql/migration/migration-062-063.sql
+++ b/openbis/source/sql/postgresql/migration/migration-062-063.sql
@@ -1,6 +1,13 @@
 -- Migration from 062 to 063
 
--- connect wells to experiments of their plates (screening specific)  
+--------------------------------------------------------------------------------------
+--------------------------------------------------------------------------------------
+-- Screening specific migration. Nothing will be performed on openBIS databases 
+-- which are not screening specific.
+--------------------------------------------------------------------------------------
+--------------------------------------------------------------------------------------
+
+-- connect wells to experiments of their plates
 UPDATE samples 
 	SET expe_id = sc.expe_id
 	FROM samples sc, sample_types sct
-- 
GitLab