summaryrefslogtreecommitdiffstats
path: root/UPGRADING
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 /UPGRADING
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 'UPGRADING')
-rw-r--r--UPGRADING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 357f2a6..a668653 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -19,6 +19,12 @@ ALTER TABLE TU_VoteInfo
ADD COLUMN Quorum decimal(2, 2) unsigned NOT NULL;
----
+3. Add a "fonts" category:
+
+----
+INSERT INTO PackageCategories (Category) VALUES ('fonts');
+----
+
From 2.1.0 to 2.2.0
-------------------