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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrading/4.2.0.txt b/upgrading/4.2.0.txt
index 1450d5e..7482204 100644
--- a/upgrading/4.2.0.txt
+++ b/upgrading/4.2.0.txt
@@ -21,3 +21,10 @@ ALTER TABLE Users MODIFY Email VARCHAR(254) NOT NULL;
----
ALTER TABLE PackageComments ADD COLUMN PinnedTS BIGINT UNSIGNED NOT NULL DEFAULT 0;
----
+
+
+3. Add new column to store the closure comment of package requests:
+
+----
+ALTER TABLE PackageRequests ADD COLUMN ClosureComment TEXT NOT NULL DEFAULT '';
+----