summaryrefslogtreecommitdiffstats
path: root/support/schema
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2013-08-27 02:46:55 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2013-08-27 02:46:55 +0200
commit7b0495cee23b14d4315a48962f86ad36ba097233 (patch)
tree7e3158717e44aae6eb261ae79c58d898e758381b /support/schema
parent7c8e86010d8c459ebda03c983564c980ccda7124 (diff)
downloadaurweb-7b0495cee23b14d4315a48962f86ad36ba097233.tar.xz
Add a "fonts" package category
Implements FS#34666. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'support/schema')
-rw-r--r--support/schema/aur-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql
index 59da3aa..1245919 100644
--- a/support/schema/aur-schema.sql
+++ b/support/schema/aur-schema.sql
@@ -89,6 +89,7 @@ INSERT INTO PackageCategories (Category) VALUES ('science');
INSERT INTO PackageCategories (Category) VALUES ('system');
INSERT INTO PackageCategories (Category) VALUES ('x11');
INSERT INTO PackageCategories (Category) VALUES ('xfce');
+INSERT INTO PackageCategories (Category) VALUES ('fonts');
-- Information about the actual packages