Store dependency descriptions in a separate column
commit44858e06188946c0082bb09061fcfa6cbb33938b
authorLukas Fleischer <lfleischer@archlinux.org>
Wed, 19 Apr 2017 06:53:30 +0000 (19 08:53 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Wed, 19 Apr 2017 07:13:09 +0000 (19 09:13 +0200)
treec52a51105fac66a08d0d936b28c60c04b6d051b2
parent15501972bce458ad7862786311ca8264f5f34081
Store dependency descriptions in a separate column

Split optional dependency descriptions from dependency names before
storing them in the database and use a separate column to store the
descriptions.

This allows us to simplify and optimize the SQL queries in
pkg_dependencies() as well as pkg_required().

Suggested-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
aurweb/git/update.py
schema/aur-schema.sql
upgrading/4.6.0.txt [new file with mode: 0644]
web/lib/pkgfuncs.inc.php
web/template/pkg_details.php