diff options
-rw-r--r-- | update.php | 3 |
1 files changed, 2 insertions, 1 deletions
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;"); } |