summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-03-26 14:40:14 +0000
committerwjames5 <will@tekimaki.com>2007-03-26 14:40:14 +0000
commit4cbfc31af7860075e5ab00d7e0cac336bb2e1406 (patch)
treeb84959b889a8c5e051eef1cdd8c8cfcacfa42fe0 /admin
parent0e910d8756ea300d4fe81d3b6ecb83345d8cb3a5 (diff)
downloadblogs-4cbfc31af7860075e5ab00d7e0cac336bb2e1406.tar.gz
blogs-4cbfc31af7860075e5ab00d7e0cac336bb2e1406.tar.bz2
blogs-4cbfc31af7860075e5ab00d7e0cac336bb2e1406.zip
add table field for storing a note when crossposting a post to a blog, not yet supported in tpls
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php1
-rw-r--r--admin/upgrade_inc.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 73a6312..ddc76d4 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -28,6 +28,7 @@ $tables = array(
",
'blogs_posts_map' => "
+ crosspost_note X,
post_content_id I4 NOTNULL,
blog_content_id I4 NOTNULL,
date_added I4
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php
index 62c4ef2..d195bfe 100644
--- a/admin/upgrade_inc.php
+++ b/admin/upgrade_inc.php
@@ -16,6 +16,7 @@ array( 'DATADICT' => array(
)),
array( 'CREATE' => array (
'blogs_posts_map' => "
+ crosspost_note X,
post_content_id I4 NOT NULL,
blog_content_id I4 NOT NULL,
date_added I4