[cvs] [Wiki] changed: HordeGPO

Ben Chavet ben at horde.org
Wed May 3 20:57:36 PDT 2006


ben  Wed, 03 May 2006 20:57:36 -0700

Modified page: http://wiki.horde.org/HordeGPO
New Revision:  1.5
Change log:  alter DB schema to allow multiple targets per GPO

@@ -47,9 +47,10 @@
 * If pref_uid is set, the pref is a user pref
 * if HGPO is set, it is a HGPO pref
 * what happens if both are set?
 
-**horde_gpo** table: {{HGPO_ID, HGPO_name, HGPO_target, HGPO_target_type, HGPO_overridable}}
+**horde_gpo** table: {{HGPO_ID, HGPO_name, HGPO_overridable}}
+**horde_gpo_targets** table: {{HGPO_ID, target_type, target}}
 
 * link horde_gpo::HGPO_ID to horde_prefs::HGPO to get a list of prefs belonging to a given HGPO.
 
 ----


More information about the cvs mailing list