Sindbad~EG File Manager
<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="course/format/grid/db" VERSION="20220722" COMMENT="XMLDB file for Moodle course/format/grid"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../lib/xmldb/xmldb.xsd"
>
<TABLES>
<TABLE NAME="format_grid_image" COMMENT="Images for each topic, used by the grid course format">
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
<FIELD NAME="image" TYPE="text" NOTNULL="false" SEQUENCE="false"/>
<FIELD NAME="contenthash" TYPE="char" LENGTH="40" NOTNULL="true" SEQUENCE="false" COMMENT="sha1 hash of file content"/>
<FIELD NAME="displayedimagestate" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false" COMMENT="State of the displayed image, 0 - not generated, >= 1 - generated, -1 - cannot generate"/>
<FIELD NAME="sectionid" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false"/>
<FIELD NAME="courseid" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="false" COMMENT="Needed to identify records when deleting a course"/>
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
</KEYS>
<INDEXES>
<INDEX NAME="section" UNIQUE="true" FIELDS="sectionid"/>
<INDEX NAME="course" UNIQUE="false" FIELDS="courseid"/>
</INDEXES>
</TABLE>
</TABLES>
</XMLDB>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists