Scarab commit: svn commit: r10815 - trunk/src/sql/upgrade/upgrade-0.23-RModuleIssueType.sql

Hussayn Dabbous <[email protected]>
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2009-07-20 03:39:46-0700
New Revision: 10815

Added:
   trunk/src/sql/upgrade/upgrade-0.23-RModuleIssueType.sql

Log:
SCB2988
Added sql-upgrade script. this script must be applied to your existing database
in order to enable the functionality.

Added: trunk/src/sql/upgrade/upgrade-0.23-RModuleIssueType.sql
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/sql/upgrade/upgrade-0.23-RModuleIssueType.sql?view=markup&pathrev=10815
==============================================================================
--- (empty file)
+++ trunk/src/sql/upgrade/upgrade-0.23-RModuleIssueType.sql	2009-07-20 03:39:46-0700
@@ -0,0 +1,14 @@
+/*
+ * Added more fields (release 0.23)
+ * Style     : used as style and or class markup for display
+ * Format    : regular expression which the input must conform too
+ * Field size: size of displayfield (not field length!)
+ * Hint      : example input as viusal hint for user entries
+ *
+ * Adds 2 flags to dynamically configure if attachments and/or
+ * user controlled workflow is included into the new issue entry wizzard.
+ *
+ */
+
+ALTER TABLE SCARAB_R_MODULE_ISSUE_TYPE ADD ( ENABLE_ATTACHMENTS INTEGER default 1);
+ALTER TABLE SCARAB_R_MODULE_ISSUE_TYPE ADD ( ENABLE_WORKFLOW INTEGER default 1);

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2372553
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.