From e9a1abd133aa3db62d17ef8bdc91e8a75f4004d3 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 4 Dec 2010 23:16:16 -0800 Subject: flatten conversation hierarchy to one level on import but preserve all thread info in case somebody wants to write a plugin to display as multi-level thread --- update.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 28e4bcf70..b1950e588 100644 --- a/update.php +++ b/update.php @@ -180,6 +180,9 @@ function update_1018() { function update_1019() { q("ALTER TABLE `mail` DROP `delivered`"); q("ALTER TABLE `profile` ADD `showwith` TINYINT(1) NOT NULL DEFAULT '0' AFTER `marital` "); - } +function update_1020() { + q("ALTER TABLE `profile` DROP `showwith`"); + q("ALTER TABLE `item` ADD `thr-parent` CHAR( 255 ) NOT NULL AFTER `parent-uri` "); +} -- cgit v1.2.3