From 5931d5ceec133ad1eee33faee96be061e011dacd Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 12 Dec 2015 18:25:10 +0100 Subject: Save comment when closing requests Signed-off-by: Lukas Fleischer --- upgrading/4.2.0.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'upgrading') diff --git a/upgrading/4.2.0.txt b/upgrading/4.2.0.txt index 1450d5e1..7482204d 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 ''; +---- -- cgit v1.2.3-24-g4f1b