bugfix, changed sql-patch naming scheme
This commit is contained in:
@@ -475,7 +475,6 @@ class MySQL extends SQL {
|
||||
return $query;
|
||||
}
|
||||
|
||||
// FIXME: access mysql database instead of configured one
|
||||
public function tableExists(string $tableName): bool {
|
||||
$tableSchema = $this->connectionData->getProperty("database");
|
||||
$res = $this->select(new Count())
|
||||
|
||||
Reference in New Issue
Block a user