summaryrefslogtreecommitdiffstats
path: root/upgrading
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-10-17 09:55:13 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-10-17 09:55:13 +0200
commita0a523070847230565c2ad5993ee058ff475a8e1 (patch)
tree893096e089a8e7a72ac306cbc5bf0abdc4ce76a2 /upgrading
parentc64b51f2eeedca319c5160777f74266bc3886b43 (diff)
downloadaurweb-a0a523070847230565c2ad5993ee058ff475a8e1.tar.xz
Add a "wayland" package category
Implements FS#41372. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'upgrading')
-rw-r--r--upgrading/3.5.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/upgrading/3.5.0.txt b/upgrading/3.5.0.txt
index c21a48d..1990c47 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');
+----