davidam
committed
on 15 Jun 07
add reading info creation scripts
openacs-4/.../oracle/forums-create.sql (+4 -0)
5 5 -- @author gwong@orchardlabs.com,ben@openforce.biz
6 6 -- @creation-date 2002-05-16
7 7 --
8 8 -- This code is newly concocted by Ben, but with significant concepts and code
9 9 -- lifted from Gilbert's UBB forums. Thanks Orchard Labs.
10 10 --
11 11
12 12 -- The basic forum constructs
13 13 @ forums-forums-create.sql
14 14 @ forums-forums-package-create.sql
15 15
16 16 -- The messages
17 17 @ forums-messages-create.sql
18 18 @ forums-messages-package-create.sql
19 19
20 20 -- tree stuff
21 21 @ forums-tree-create.sql
22 22
23 23 -- notifications
24 24 @ forums-notifications-init.sql
  25
  26 -- reading info
  27 @ forums-reading-info-create.sql
  28 @ forums-reading-info-package-create.sql