summaryrefslogtreecommitdiffstats
path: root/schema
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 /schema
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 'schema')
-rw-r--r--schema/aur-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/aur-schema.sql b/schema/aur-schema.sql
index afe19a1..9c57683 100644
--- a/schema/aur-schema.sql
+++ b/schema/aur-schema.sql
@@ -91,6 +91,7 @@ INSERT INTO PackageCategories (Category) VALUES ('system');
INSERT INTO PackageCategories (Category) VALUES ('x11');
INSERT INTO PackageCategories (Category) VALUES ('xfce');
INSERT INTO PackageCategories (Category) VALUES ('fonts');
+INSERT INTO PackageCategories (Category) VALUES ('wayland');
-- Information on package bases