[otrs-cvs] doc-developer/en database-mechanism.xml,1.22,1.23

cvs-log at otrs.org cvs-log at otrs.org
Wed Mar 26 20:05:41 GMT 2008


Comments:
Update of /home/cvs/doc-developer/en
In directory lancelot:/tmp/cvs-serv17583/en

Modified Files:
	database-mechanism.xml 
Log Message:
Added example how to rename a table.

Author: martin

Index: database-mechanism.xml
===================================================================
RCS file: /home/cvs/doc-developer/en/database-mechanism.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** database-mechanism.xml	20 Mar 2007 00:17:48 -0000	1.22
--- database-mechanism.xml	26 Mar 2008 20:05:36 -0000	1.23
***************
*** 129,132 ****
--- 129,135 ----
              <sect3 id="database-xml-alter">
              <title>ALTER TABLE</title>
+             <para>
+             The following shows an example of add, change and drop columns.
+             </para>
              <programlisting format="linespecific">
  &lt;TableAlter Name="calendar_event"&gt;
***************
*** 137,140 ****
--- 140,149 ----
  &lt;/TableAlter&gt;
              </programlisting>
+             <para>
+             The next shows an example how to rename a table.
+             </para>
+             <programlisting format="linespecific">
+ &lt;TableAlter NameOld="calendar_event" NameNew="calendar_event_new"/&gt;
+             </programlisting>
              </sect3>
              <sect3 id="database-xml-code">
***************
*** 175,182 ****
              </listitem>
              <listitem>
!                 <para>MSSQL (experimental)</para>
              </listitem>
              <listitem>
!                 <para>DB2 (experimental)</para>
              </listitem>
              <listitem>
--- 184,191 ----
              </listitem>
              <listitem>
!                 <para>MSSQL</para>
              </listitem>
              <listitem>
!                 <para>DB2</para>
              </listitem>
              <listitem>


More information about the cvs-log mailing list