2006-08-07 18:40:37 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2006-09-12 15:24:41 +00:00
<XMLDB PATH= "blocks/rss_client/db" VERSION= "20060912" COMMENT= "XMLDB file for Moodle rss_client block"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
>
2006-08-07 18:40:37 +00:00
<TABLES >
<TABLE NAME= "block_rss_client" COMMENT= "Remote news feed information. Contains the news feed id, the userid of the user who added the feed, the title of the feed itself and a description of the feed contents along with the url used to access the remote feed. Preferredtitle is a field for future use - intended to allow for custom titles rather than those found in the feed" >
<FIELDS >
2009-05-01 14:07:43 +00:00
<FIELD NAME= "id" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" SEQUENCE= "true" NEXT= "userid" />
<FIELD NAME= "userid" TYPE= "int" LENGTH= "10" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" PREVIOUS= "id" NEXT= "title" />
<FIELD NAME= "title" TYPE= "text" LENGTH= "small" NOTNULL= "true" SEQUENCE= "false" PREVIOUS= "userid" NEXT= "preferredtitle" />
<FIELD NAME= "preferredtitle" TYPE= "char" LENGTH= "64" NOTNULL= "true" SEQUENCE= "false" PREVIOUS= "title" NEXT= "description" />
<FIELD NAME= "description" TYPE= "text" LENGTH= "small" NOTNULL= "true" SEQUENCE= "false" PREVIOUS= "preferredtitle" NEXT= "shared" />
<FIELD NAME= "shared" TYPE= "int" LENGTH= "2" NOTNULL= "true" UNSIGNED= "true" DEFAULT= "0" SEQUENCE= "false" PREVIOUS= "description" NEXT= "url" />
<FIELD NAME= "url" TYPE= "char" LENGTH= "255" NOTNULL= "true" SEQUENCE= "false" PREVIOUS= "shared" />
2006-08-07 18:40:37 +00:00
</FIELDS>
<KEYS >
2007-09-24 22:10:13 +00:00
<KEY NAME= "primary" TYPE= "primary" FIELDS= "id" />
2006-08-07 18:40:37 +00:00
</KEYS>
</TABLE>
</TABLES>
2007-09-24 22:10:13 +00:00
</XMLDB>