Fixed reggresion for drop tables via orm
This commit is contained in:
parent
b816f05d9b
commit
4259446315
1 changed files with 1 additions and 1 deletions
|
|
@ -1711,7 +1711,7 @@ class Webmodel {
|
||||||
static public function drop_table($table)
|
static public function drop_table($table)
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->set_phango_connection();
|
//$this->set_phango_connection();
|
||||||
|
|
||||||
return SQLClass::webtsys_query('drop table '.$table);
|
return SQLClass::webtsys_query('drop table '.$table);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue