From a0c8df66795a5deee133fd35e4d523e0e77b68bd Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 29 Apr 2020 22:14:04 +0200 Subject: [PATCH] [ticket/14754] Add effectively_installed() to migration PHPBB3-14754 --- .../db/migration/data/v33x/add_notification_emails_table.php | 5 +++++ 1 file changed, 5 insertions(+) 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 [