mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14754] Add effectively_installed() to migration
PHPBB3-14754
This commit is contained in:
parent
ec6335bdfd
commit
a0c8df6679
1 changed files with 5 additions and 0 deletions
|
@ -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 [
|
||||||
|
|
Loading…
Add table
Reference in a new issue