diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-11-10 19:26:57 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-07 10:39:22 +0100 |
commit | 3412de21d32708b44d1fb3011649734e3cc67d9b (patch) | |
tree | 8124b4cad4d68a01a0d8aeff90c9e8584d173541 /upgrading/4.2.0.txt | |
parent | daee000604243b95e439167c97b3ee8cdc4f6ca3 (diff) | |
download | aur-3412de21d32708b44d1fb3011649734e3cc67d9b.tar.gz aur-3412de21d32708b44d1fb3011649734e3cc67d9b.tar.xz |
Rename the CommentNotify table to PackageNotifications
As a preparatory step to adding support for package notifications on
events other than comments, rename the database table accordingly.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'upgrading/4.2.0.txt')
-rw-r--r-- | upgrading/4.2.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/upgrading/4.2.0.txt b/upgrading/4.2.0.txt index c43c6e7e..7d404b3e 100644 --- a/upgrading/4.2.0.txt +++ b/upgrading/4.2.0.txt @@ -41,3 +41,9 @@ ALTER TABLE PackageRequests ADD COLUMN ClosureComment TEXT NOT NULL DEFAULT ''; ---- ALTER TABLE PackageBases MODIFY COLUMN FlaggerComment TEXT NOT NULL DEFAULT ''; ---- + +7. Rename the CommentNotify table to PackageNotifications: + +---- +ALTER TABLE CommentNotify RENAME TO PackageNotifications; +---- |