diff --git a/screening/source/sql/postgresql/001/data.sql b/screening/source/sql/postgresql/001/data.sql
index 9724d5771de430b0e6dba7691a7e294eed98f951..6e93aeaa6ae09bb02111892f0f89a3add606be41 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
 \.