1
0
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:
Marc Alexander 2020-04-29 22:14:04 +02:00
parent ec6335bdfd
commit a0c8df6679
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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 [