From d92e3c16774c03fab8c27aff71d8c09f3c24fc3a Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Wed, 15 May 2002 22:40:21 +0000 Subject: - fixed old node abstracts being wiped. - set the changed date to created to presev old sorting. - tweaking update order to result in better success rates. --- update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.php b/update.php index b54e94452..9629f8f2c 100644 --- a/update.php +++ b/update.php @@ -198,7 +198,8 @@ function update_7() { unset($body); } - update_sql("ALTER TABLE story DROP abstract"); + update_sql("UPDATE node SET changed = created;"); + update_sql("ALTER TABLE story DROP abstract;"); update_sql("ALTER TABLE book DROP section;"); } -- cgit v1.2.3