From a0a523070847230565c2ad5993ee058ff475a8e1 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 17 Oct 2014 09:55:13 +0200 Subject: Add a "wayland" package category Implements FS#41372. Signed-off-by: Lukas Fleischer --- upgrading/3.5.0.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'upgrading/3.5.0.txt') diff --git a/upgrading/3.5.0.txt b/upgrading/3.5.0.txt index c21a48d1..1990c47a 100644 --- a/upgrading/3.5.0.txt +++ b/upgrading/3.5.0.txt @@ -11,3 +11,9 @@ ALTER TABLE PackageSources ADD COLUMN SourceArch VARCHAR(255) NULL DEFAULT NULL; ---- ALTER TABLE PackageVotes ADD COLUMN VoteTS BIGINT NULL DEFAULT NULL; ---- + +3. Add a "wayland" category: + +---- +INSERT INTO PackageCategories (Category) VALUES ('wayland'); +---- -- cgit v1.2.3-24-g4f1b