summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/schema_inc.php')
-rw-r--r--admin/schema_inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index ad88f8d..be10d8c 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -18,6 +18,7 @@ $tables = array(
edition_id I4 AUTO PRIMARY,
nl_content_id I4 NOTNULL,
is_draft C(1),
+ reply_to C(160),
content_id I4 NOTNULL
CONSTRAINTS ', CONSTRAINT `tiki_nl_ed_nl_con_ref` FOREIGN KEY (`nl_content_id`) REFERENCES `".BIT_DB_PREFIX."tiki_content`( `content_id` )
, CONSTRAINT `tiki_nl_ed_con_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."tiki_content`( `content_id` )'