mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Extra line
This commit is contained in:
parent
aaa2f18bf9
commit
e620525460
1 changed files with 0 additions and 1 deletions
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue