mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +02:00
[ticket/10352] Add missing break for Oracle's sql_table_drop()
PHPBB3-10352
This commit is contained in:
@@ -1956,6 +1956,7 @@ class phpbb_db_tools
|
|||||||
$statements[] = "DROP SEQUENCE {$row['referenced_name']}";
|
$statements[] = "DROP SEQUENCE {$row['referenced_name']}";
|
||||||
}
|
}
|
||||||
$this->db->sql_freeresult($result);
|
$this->db->sql_freeresult($result);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'postgres':
|
case 'postgres':
|
||||||
// PGSQL does not "tightly" bind sequences and tables, we must guess...
|
// PGSQL does not "tightly" bind sequences and tables, we must guess...
|
||||||
|
Reference in New Issue
Block a user