diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-05-17 19:03:39 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-05-18 09:22:44 +0200 |
commit | b2e97cdd1ee804468b2dd601eafda9574c05a3a7 (patch) | |
tree | d46b255a6a6bfb60e24c92eda609fe584ba88794 /upgrading/4.3.0.txt | |
parent | 1e5578b92df39579e590bbfd4bd01ebb42eaafe0 (diff) | |
download | aur-b2e97cdd1ee804468b2dd601eafda9574c05a3a7.tar.gz aur-b2e97cdd1ee804468b2dd601eafda9574c05a3a7.tar.xz |
Add repository information to official providers
When updating the list of packages provided by the official
repositories, also save the repository names.
Diffstat (limited to 'upgrading/4.3.0.txt')
-rw-r--r-- | upgrading/4.3.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/upgrading/4.3.0.txt b/upgrading/4.3.0.txt index 34b19a2c..f7f3e08c 100644 --- a/upgrading/4.3.0.txt +++ b/upgrading/4.3.0.txt @@ -9,3 +9,9 @@ ALTER TABLE Users ADD COLUMN OwnershipNotify TINYINT(1) NOT NULL DEFAULT 1; ---- ALTER TABLE Users MODIFY LastLoginIPAddress VARCHAR(45) NULL DEFAULT NULL; ---- + +3. Add a new column to store repository information of official providers: + +---- +ALTER TABLE OfficialProviders ADD COLUMN Repo VARCHAR(64) NOT NULL; +---- |