Extra line

This commit is contained in:
fogelito 2023-08-01 13:24:28 +03:00
parent aaa2f18bf9
commit e620525460

View file

@ -150,7 +150,6 @@ class V19 extends Migration
{
try {
$table = "`{$this->projectDB->getDefaultDatabase()}`.`_{$this->project->getInternalId()}_{$collectionName}`";
$this->pdo->prepare("
ALTER TABLE {$table}
CHANGE COLUMN `_uid` `_uid` VARCHAR(255) NOT NULL ;