mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +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
|
@ -554,7 +554,7 @@ CREATE TABLE `prefix_timezone` (
|
|||
`id` int(10) NOT NULL auto_increment,
|
||||
`name` varchar(100) NOT NULL default '',
|
||||
`year` int(11) NOT NULL default '0',
|
||||
`rule` varchar(20) NOT NULL default '',
|
||||
`tzrule` varchar(20) NOT NULL default '',
|
||||
`gmtoff` int(11) NOT NULL default '0',
|
||||
`dstoff` int(11) NOT NULL default '0',
|
||||
`dst_month` tinyint(2) NOT NULL default '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue