From a03c40719f6e9fd1ee66dfb286a5486715e4b519 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 11 Oct 2009 15:19:38 -0400 Subject: [PATCH] add resoruce fields/tables to the schema file --- kronolith/scripts/sql/kronolith.xml | 73 +++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) 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 + + + + +
+ -- 2.11.0