mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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()
|
public function update_schema()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
Reference in New Issue
Block a user