From 2dafc16ea3fa115a1334580929c3db70efbe23f4 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 21 Apr 2010 09:46:07 +0000
Subject: [PATCH] minor: add LIBRARY sample type to initial screening db

SVN: 15553
---
 screening/source/sql/postgresql/001/data.sql | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/screening/source/sql/postgresql/001/data.sql b/screening/source/sql/postgresql/001/data.sql
index 9724d5771de..6e93aeaa6ae 100644
--- a/screening/source/sql/postgresql/001/data.sql
+++ b/screening/source/sql/postgresql/001/data.sql
@@ -153,9 +153,10 @@ COPY material_type_property_types (id, maty_id, prty_id, is_mandatory, registrat
 --
 
 COPY sample_types (id, code, description, dbin_id, is_listable, generated_from_depth, part_of_depth, modification_timestamp, is_auto_generated_code, generated_code_prefix) FROM stdin;
+3	PLATE	Cell Plate	1	t	2	0	2009-11-27 16:02:26.451046+01	f	S
 7	OLIGO_WELL	\N	1	f	0	1	2009-11-27 19:42:03.483115+01	f	O
 8	CONTROL_WELL	\N	1	f	0	1	2009-11-27 19:42:25.791288+01	f	C
-3	PLATE	Cell Plate	1	t	2	0	2009-11-27 16:02:26.451046+01	f	S
+9	LIBRARY	\N	1	f	0	0	2009-11-27 19:42:25.791288+01	f	L
 \.
 
 
-- 
GitLab