From 66924aeba09cf853719f5cc009673f21b5684102 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 13 Nov 2007 20:15:36 +0000 Subject: [PATCH] Clarify what project_num_format config variable is --- db/db.code.version.txt | 2 +- db/db.update.57.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.57.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index f6b91e0..e1617e8 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -56 +57 diff --git a/db/db.update.57.sql b/db/db.update.57.sql new file mode 100644 index 0000000..48ef76d --- /dev/null +++ b/db/db.update.57.sql @@ -0,0 +1 @@ +UPDATE `config` SET `description`='Project Numbering Format: C=Category ID, c=Category shortform, D=Division ID, d=Division shortform, N=2 digit sequence number' WHERE `var`='project_num_format';