From: Michael J. Rubinsky Date: Sun, 11 Oct 2009 19:19:38 +0000 (-0400) Subject: add resoruce fields/tables to the schema file X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a03c40719f6e9fd1ee66dfb286a5486715e4b519;p=horde.git add resoruce fields/tables to the schema file --- diff --git a/kronolith/scripts/sql/kronolith.xml b/kronolith/scripts/sql/kronolith.xml index 20a1e10c0..d2072e143 100644 --- a/kronolith/scripts/sql/kronolith.xml +++ b/kronolith/scripts/sql/kronolith.xml @@ -61,6 +61,11 @@ + event_resources + clob + + + event_exceptions clob @@ -469,4 +474,72 @@ + + + kronolith_resources + + + + + resource_id + integer + + true + 4 + + + + resource_name + text + + false + 255 + + + + resource_calendar + text + + false + 255 + + + + resource_description + clob + + + + resource_category + text + + false + 255 + + + + resource_response_type + integer + 0 + true + 4 + + + + resource_type + text + + true + 255 + + + + resource_members + clob + + + + +
+