diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-08-27 02:46:55 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-08-27 02:46:55 +0200 |
commit | 7b0495cee23b14d4315a48962f86ad36ba097233 (patch) | |
tree | 7e3158717e44aae6eb261ae79c58d898e758381b /UPGRADING | |
parent | 7c8e86010d8c459ebda03c983564c980ccda7124 (diff) |
Add a "fonts" package category
Implements FS#34666.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ------------------- |