mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
Merge remote-tracking branch 'Noxwizard/ticket/10352' into develop-olympus
* Noxwizard/ticket/10352: [ticket/10352] Add missing break for Oracle's sql_table_drop()
This commit is contained in:
commit
3801101f3b
@ -1956,6 +1956,7 @@ class phpbb_db_tools
|
||||
$statements[] = "DROP SEQUENCE {$row['referenced_name']}";
|
||||
}
|
||||
$this->db->sql_freeresult($result);
|
||||
break;
|
||||
|
||||
case 'postgres':
|
||||
// PGSQL does not "tightly" bind sequences and tables, we must guess...
|
||||
|
Loading…
x
Reference in New Issue
Block a user