mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Fix #1550 mark counter_site_status table as deleted
This commit is contained in:
parent
34280af0f0
commit
c26325efee
5 changed files with 28 additions and 5 deletions
|
|
@ -686,6 +686,10 @@ class DB
|
|||
{
|
||||
return $this->setError(-1, 'Table creation failed.');
|
||||
}
|
||||
if ($table->deleted)
|
||||
{
|
||||
return new \BaseObject;
|
||||
}
|
||||
|
||||
// Generate the CREATE TABLE query and execute it.
|
||||
$query_string = $table->getCreateQuery($this->_prefix, $this->_charset, $this->_engine);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue