Skip to content

Commit

Permalink
Deleted duplicate table label2 from XMLDB schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 5, 2006
1 parent ea7f147 commit 88ab6ab
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions mod/label/db/install.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="mod/label/db" VERSION="20060811" COMMENT="XMLDB file for Moodle mod/label">
<XMLDB PATH="mod/label/db" VERSION="20060905" COMMENT="XMLDB file for Moodle mod/label"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
>
<TABLES>
<TABLE NAME="label2" COMMENT="Default comment for label, please edit me" NEXT="label">
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" SEQUENCE="true" ENUM="false" COMMENT="id of the table, please edit me"/>
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id" COMMENT="Primary key for label"/>
</KEYS>
</TABLE>
<TABLE NAME="label" COMMENT="Defines labels" PREVIOUS="label2">
<TABLE NAME="label" COMMENT="Defines labels">
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" SEQUENCE="true" ENUM="false" NEXT="course"/>
<FIELD NAME="course" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" DEFAULT="0" SEQUENCE="false" ENUM="false" PREVIOUS="id" NEXT="name"/>
Expand Down

0 comments on commit 88ab6ab

Please sign in to comment.