mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14754] Add effectively_installed() to migration
PHPBB3-14754
This commit is contained in:
@@ -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 [
|
||||
|
Reference in New Issue
Block a user