mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 01:57:09 +02:00
Added a new field to the holiday table for observance rules.
This commit is contained in:
@ -215,7 +215,9 @@
|
||||
mday int DEFAULT 0,
|
||||
month_num int DEFAULT 0,
|
||||
occurence int DEFAULT 0,
|
||||
dow int DEFAULT 0
|
||||
dow int DEFAULT 0,
|
||||
observance_rule int DEFAULT 0
|
||||
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
||||
|
Reference in New Issue
Block a user