From 5878480d5ec4193195e11ba431337d3b2d1e42dd Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Sun, 29 May 2011 04:35:38 +0000 Subject: [PATCH] CSPACE-4052: Initial ID service 'load ID generators' script for PostgreSQL - reverted null experiment back to empty string. --- .../src/main/resources/db/postgresql/load_id_generators.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/id/service/src/main/resources/db/postgresql/load_id_generators.sql b/services/id/service/src/main/resources/db/postgresql/load_id_generators.sql index 06390f044..1f554e4df 100644 --- a/services/id/service/src/main/resources/db/postgresql/load_id_generators.sql +++ b/services/id/service/src/main/resources/db/postgresql/load_id_generators.sql @@ -53,7 +53,7 @@ INSERT INTO id_generators 'Identifies accession activities, in which a lot of one or more collection objects is acquired by the institution.', '9', - NULL, + '', ' -- 2.47.3