]> git.mjollnir.org Git - moodle.git/commitdiff
XMLDB schema initial commit for the journal module
authorstronk7 <stronk7>
Fri, 11 Aug 2006 17:29:47 +0000 (17:29 +0000)
committerstronk7 <stronk7>
Fri, 11 Aug 2006 17:29:47 +0000 (17:29 +0000)
mod/journal/db/install.xml [new file with mode: 0644]

diff --git a/mod/journal/db/install.xml b/mod/journal/db/install.xml
new file mode 100644 (file)
index 0000000..922bb0d
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+  <XMLDB PATH="mod/journal/db" VERSION="20060811" COMMENT="XMLDB file for Moodle mod/journal">
+    <TABLES>
+      <TABLE NAME="journal" COMMENT="Default comment for journal, please edit me">
+        <FIELDS>
+          <FIELD NAME="id" TYPE="int" LENGTH="10" UNSIGNED="true" NOTNULL="true" SEQUENCE="true" COMMENT="id of the table, please edit me" />
+        </FIELDS>
+        <KEYS>
+          <KEY NAME="primary" COMMENT="Primary key for journal" TYPE="primary" FIELDS="id" />
+        </KEYS>
+      </TABLE>
+    </TABLES>
+  </XMLDB>
\ No newline at end of file