Skip to content

Commit d279d36

Browse files
committed
MDLSITE-8084 Enlarge the appid varchar field
The actual DB change at the AMOS site has been made manually without the need to proper upgrade.
1 parent 8d1667d commit d279d36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

db/install.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<XMLDB PATH="local/amos/db" VERSION="20201113" COMMENT="XMLDB file for Moodle local/amos"
2+
<XMLDB PATH="local/amos/db" VERSION="20250602" COMMENT="XMLDB file for Moodle local/amos"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
55
>
@@ -95,7 +95,7 @@
9595
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
9696
<FIELD NAME="component" TYPE="char" LENGTH="100" NOTNULL="true" SEQUENCE="false" COMMENT="Component name of the string"/>
9797
<FIELD NAME="stringid" TYPE="char" LENGTH="100" NOTNULL="true" SEQUENCE="false" COMMENT="The string identifier"/>
98-
<FIELD NAME="appid" TYPE="char" LENGTH="100" NOTNULL="true" SEQUENCE="false" COMMENT="The string identifier in the app"/>
98+
<FIELD NAME="appid" TYPE="char" LENGTH="1333" NOTNULL="true" SEQUENCE="false" COMMENT="The string identifier in the app"/>
9999
</FIELDS>
100100
<KEYS>
101101
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
@@ -156,4 +156,4 @@
156156
</INDEXES>
157157
</TABLE>
158158
</TABLES>
159-
</XMLDB>
159+
</XMLDB>

0 commit comments

Comments
 (0)