diff options
Diffstat (limited to 'modules/notification/helpers/notification_installer.php')
-rw-r--r-- | modules/notification/helpers/notification_installer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/notification/helpers/notification_installer.php b/modules/notification/helpers/notification_installer.php index c2a9828f..f705fe68 100644 --- a/modules/notification/helpers/notification_installer.php +++ b/modules/notification/helpers/notification_installer.php @@ -26,7 +26,6 @@ class notification_installer { $db->query("CREATE TABLE IF NOT EXISTS `subscriptions` ( `id` int(9) NOT NULL auto_increment, `item_id` int(9) NOT NULL, - `apply_to_children` tinyint(1) NOT NULL, `user_id` int(9) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY (`item_id`, `user_id`), |