From: Aron Roberts Date: Thu, 3 Jan 2013 22:37:46 +0000 (-0800) Subject: CSPACE-5765: Trivial comment change to ID generator table creation SQL script. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=971a401d8ba7f5eca6d53eccbc276b29254d07a2;p=tmp%2Fjakarta-migration.git CSPACE-5765: Trivial comment change to ID generator table creation SQL script. --- 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