From 14e1b02e684ed9e340e5a0627d4452f4b2e64418 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 8 Aug 2006 16:59:35 +0000 Subject: [PATCH] Initial XMLDB schema for chat tables. Using FKs where they are obvious. --- mod/chat/db/install.xml | 80 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 mod/chat/db/install.xml diff --git a/mod/chat/db/install.xml b/mod/chat/db/install.xml new file mode 100644 index 0000000000..958bddd6fb --- /dev/null +++ b/mod/chat/db/install.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
\ No newline at end of file -- 2.39.5