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>
This commit is contained in:
Lukas Fleischer 2015-11-10 19:26:57 +01:00
parent daee000604
commit 3412de21d3
8 changed files with 27 additions and 21 deletions

View file

@ -897,7 +897,7 @@ function user_delete($id) {
$fields_delete = array(
array("Sessions", "UsersID"),
array("PackageVotes", "UsersID"),
array("CommentNotify", "UsersID")
array("PackageNotifications", "UsersID")
);
$fields_set_null = array(