summaryrefslogtreecommitdiffstats
path: root/upgrading/4.2.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'upgrading/4.2.0.txt')
-rw-r--r--upgrading/4.2.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/upgrading/4.2.0.txt b/upgrading/4.2.0.txt
index ce76f493..0bf9a319 100644
--- a/upgrading/4.2.0.txt
+++ b/upgrading/4.2.0.txt
@@ -52,5 +52,6 @@ ALTER TABLE CommentNotify RENAME TO PackageNotifications;
----
ALTER TABLE Users
- ADD COLUMN CommentNotify TINYINT(1) NOT NULL DEFAULT 1;
+ ADD COLUMN CommentNotify TINYINT(1) NOT NULL DEFAULT 1,
+ ADD COLUMN UpdateNotify TINYINT(1) NOT NULL DEFAULT 0;
----