diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php index 9d02d4c8d..35d56f2eb 100644 --- a/update.php +++ b/update.php @@ -678,6 +678,7 @@ function update_79() { } else { update_sql("ALTER TABLE {node} DROP attributes"); + update_sql("ALTER TABLE {comment} DROP link"; } } |