mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
[ticket/14754] Add effectively_installed() to migration
PHPBB3-14754
This commit is contained in:
parent
ec6335bdfd
commit
a0c8df6679
@ -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 [
|
||||
|
Loading…
x
Reference in New Issue
Block a user