argh
This commit is contained in:
parent
08a4a6d41f
commit
631cf29424
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class Database
|
||||||
return $this->db;
|
return $this->db;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function standardise_boolean(string $table, string $column, boolean $include_postgres=false): void
|
public function standardise_boolean(string $table, string $column, bool $include_postgres=false): void
|
||||||
{
|
{
|
||||||
$d = $this->get_driver_name();
|
$d = $this->get_driver_name();
|
||||||
if ($d == DatabaseDriver::MYSQL) {
|
if ($d == DatabaseDriver::MYSQL) {
|
||||||
|
|
Reference in a new issue