From 61cdf09cd0581940639d0a6ebf09788f61b93eb9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 20 Jun 2015 12:47:23 +0200 Subject: Make url and pkgdesc fields optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The url and pkgdesc PKGBUILD variables are optional, so they should be in the AUR as well. Signed-off-by: Johannes Löthberg Signed-off-by: Lukas Fleischer --- upgrading/4.0.0.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'upgrading') diff --git a/upgrading/4.0.0.txt b/upgrading/4.0.0.txt index 954dfcc..637c4b9 100644 --- a/upgrading/4.0.0.txt +++ b/upgrading/4.0.0.txt @@ -58,4 +58,11 @@ CREATE TABLE PackageKeywords ( ) ENGINE = InnoDB; ---- -8. (optional) Setup cgit to browse the Git repositories via HTTP. +8. Let Description and URL store nulls + +---- +ALTER TABLE Packages MODIFY Description VARCHAR(255) NULL DEFAULT NULL, + MODIFY URL VARCHAR(255) NULL DEFAULT NULL; +---- + +9. (optional) Setup cgit to browse the Git repositories via HTTP. -- cgit v1.2.3-54-g00ecf