]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5765: Trivial comment change to ID generator table creation SQL script.
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 3 Jan 2013 22:37:46 +0000 (14:37 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 3 Jan 2013 22:37:46 +0000 (14:37 -0800)
services/common/src/main/resources/db/postgresql/create_id_generators_table.sql

index 5202c73073d3714627489fc4ca817f44700d0f4d..058c1fdd84fe25def30b14e3bc26a3de673b24d0 100644 (file)
@@ -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