mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Change rule to tzrule (reserved word)
This commit is contained in:
parent
7970cce9f4
commit
598dc3a99c
7 changed files with 17 additions and 8 deletions
|
@ -344,7 +344,7 @@
|
|||
<TABLE name="timezone">
|
||||
<FIELDS>
|
||||
<FIELD name="name" method="NO_CONV" type="varchar" length="100" />
|
||||
<FIELD name="rule" method="NO_CONV" type="varchar" length="20" />
|
||||
<FIELD name="tzrule" method="NO_CONV" type="varchar" length="20" />
|
||||
<FIELD name="dst_time" method="NO_CONV" type="varchar" length="5" />
|
||||
<FIELD name="std_time" method="NO_CONV" type="varchar" length="5" />
|
||||
</FIELDS>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue