Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
02848cb
)
data MDL-24473 corrected the data table description
author
Andrew Davis
<andrew@affinitysoftware.net>
Fri, 1 Oct 2010 08:08:11 +0000
(08:08 +0000)
committer
Andrew Davis
<andrew@affinitysoftware.net>
Fri, 1 Oct 2010 08:08:11 +0000
(08:08 +0000)
mod/data/db/install.xml
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/db/install.xml
b/mod/data/db/install.xml
index
36150bb
..
58f086e
100644
(file)
--- a/
mod/data/db/install.xml
+++ b/
mod/data/db/install.xml
@@
-4,7
+4,7
@@
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
>
<TABLES>
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
>
<TABLES>
- <TABLE NAME="data" COMMENT="
Removed ratings column
" NEXT="data_fields">
+ <TABLE NAME="data" COMMENT="
all database activities
" NEXT="data_fields">
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" SEQUENCE="true" NEXT="course"/>
<FIELD NAME="course" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" DEFAULT="0" SEQUENCE="false" PREVIOUS="id" NEXT="name"/>
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" SEQUENCE="true" NEXT="course"/>
<FIELD NAME="course" TYPE="int" LENGTH="10" NOTNULL="true" UNSIGNED="true" DEFAULT="0" SEQUENCE="false" PREVIOUS="id" NEXT="name"/>