diff --git a/phpBB/phpbb/db/migration/data/v33x/add_notification_emails_table.php b/phpBB/phpbb/db/migration/data/v33x/add_notification_emails_table.php index 5a5f4dd354..3bbf7d8db3 100644 --- a/phpBB/phpbb/db/migration/data/v33x/add_notification_emails_table.php +++ b/phpBB/phpbb/db/migration/data/v33x/add_notification_emails_table.php @@ -22,6 +22,11 @@ class add_notification_emails_table extends \phpbb\db\migration\migration ]; } + public function effectively_installed() + { + return $this->db_tools->sql_table_exists($this->table_prefix . 'notification_emails'); + } + public function update_schema() { return [