t1300: Factor out package dumping
[aur.git] / upgrading / 4.4.0.txt
blobafe01bea954e4dcf1f964e1e96f376203a047360
1 1. Resize the URL column of the Packages table:
3 ----
4 ALTER TABLE Packages MODIFY URL VARCHAR(8000) NULL DEFAULT NULL;
5 ----
7 2. Resize the Source column of the PackageSources table:
9 ----
10 ALTER TABLE PackageSources
11         MODIFY Source VARCHAR(8000) NOT NULL DEFAULT "/dev/null";
12 ----
14 3. The location of the Git interface scripts was changed. Make sure you update
15    your aurweb configuration, as well as the SSH daemon and AUR Git repository
16    configurations to point to the new wrapper scripts which are located in
17    /usr/local/bin/ by default.