Change rule to tzrule (reserved word)

This commit is contained in:
stronk7 2006-08-22 21:19:52 +00:00
parent 7970cce9f4
commit 598dc3a99c
7 changed files with 17 additions and 8 deletions

View file

@ -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>