summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-12-30 00:24:19 +0000
committerChristian Fowler <spider@viovio.com>2005-12-30 00:24:19 +0000
commit8759f404aa53e377f8dba93649989e79086b482c (patch)
tree924910be4146e775eb07d7ee08d5db47cdd08bf2 /admin
parented52dd4b996fe86e5e3bcc9d6e4d9bcbaeb8b6fc (diff)
downloadnewsletters-8759f404aa53e377f8dba93649989e79086b482c.tar.gz
newsletters-8759f404aa53e377f8dba93649989e79086b482c.tar.bz2
newsletters-8759f404aa53e377f8dba93649989e79086b482c.zip
add reply_to column and field to editions
Diffstat (limited to 'admin')
-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` )'