From 971a401d8ba7f5eca6d53eccbc276b29254d07a2 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 3 Jan 2013 14:37:46 -0800 Subject: [PATCH] CSPACE-5765: Trivial comment change to ID generator table creation SQL script. --- .../main/resources/db/postgresql/create_id_generators_table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/common/src/main/resources/db/postgresql/create_id_generators_table.sql b/services/common/src/main/resources/db/postgresql/create_id_generators_table.sql index 5202c7307..058c1fdd8 100644 --- a/services/common/src/main/resources/db/postgresql/create_id_generators_table.sql +++ b/services/common/src/main/resources/db/postgresql/create_id_generators_table.sql @@ -19,7 +19,7 @@ * create_id_generators_table.sql * * Creates the "id_generators" table, used by the ID Service, - * and sets the access permissions of that table. + * and sets up associated trigger(s) and function(s). */ -- Temporarily suppress messages of NOTICE level and below -- 2.47.3