diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-26 14:40:14 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-26 14:40:14 +0000 |
| commit | 4cbfc31af7860075e5ab00d7e0cac336bb2e1406 (patch) | |
| tree | b84959b889a8c5e051eef1cdd8c8cfcacfa42fe0 /admin | |
| parent | 0e910d8756ea300d4fe81d3b6ecb83345d8cb3a5 (diff) | |
| download | blogs-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.php | 1 | ||||
| -rw-r--r-- | admin/upgrade_inc.php | 1 |
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 |
