[otrs-cvs] Artefact Artefact.sopm,1.30,1.31

CVS commits notifications of OTRS.org cvs-log at otrs.org
Sat Nov 8 11:36:47 GMT 2008


Comments:
Update of /home/cvs/Artefact
In directory lancelot:/tmp/cvs-serv21167

Modified Files:
	Artefact.sopm 
Log Message:
Improved the configuration handling.

Author: tr

Index: Artefact.sopm
===================================================================
RCS file: /home/cvs/Artefact/Artefact.sopm,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** Artefact.sopm	2 Oct 2008 12:54:16 -0000	1.30
--- Artefact.sopm	8 Nov 2008 11:36:42 -0000	1.31
***************
*** 37,68 ****
              <Column Name="changed_by"      Required="true" Type="INTEGER"/>
          </TableCreate>
-         <TableCreate Name="artefact_type">
-             <Column Name="id"          Required="true" PrimaryKey="true" AutoIncrement="true" Type="SMALLINT"/>
-             <Column Name="description" Required="false" Size="250" Type="VARCHAR"/>
-         </TableCreate>
-         <Insert Table="artefact_type">
-             <Data Key="id">1</Data>
-             <Data Key="description" Type="Quote">exploit</Data>
-         </Insert>
-         <Insert Table="artefact_type">
-             <Data Key="id">2</Data>
-             <Data Key="description" Type="Quote">demo code</Data>
-         </Insert>
-         <Insert Table="artefact_type">
-             <Data Key="id">3</Data>
-             <Data Key="description" Type="Quote">logfile</Data>
-         </Insert>
-         <Insert Table="artefact_type">
-             <Data Key="id">4</Data>
-             <Data Key="description" Type="Quote">demo exploit</Data>
-         </Insert>
-         <Insert Table="artefact_type">
-             <Data Key="id">5</Data>
-             <Data Key="description" Type="Quote">binary</Data>
-         </Insert>
-         <Insert Table="artefact_type">
-             <Data Key="id">6</Data>
-             <Data Key="description" Type="Quote">other</Data>
-         </Insert>
      </DatabaseInstall>
      <DatabaseReinstall></DatabaseReinstall>
--- 37,40 ----


More information about the cvs-log mailing list