Add verification on phone number on contact import

This commit is contained in:
osaajani 2023-07-18 17:16:34 +02:00
parent 347084b5c4
commit 9aa3eca812
3 changed files with 32 additions and 32 deletions

View file

@ -18,7 +18,7 @@ class AddIndexOnSendedUid extends AbstractMigration
$table = $this->table('call');
$table->changeColumn('uid', 'string', ['limit' => 100]);
$table->addIndex('uid');
$table->addIndex('uid');
$table->update();
}
}