mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Add verification on phone number on contact import
This commit is contained in:
parent
347084b5c4
commit
9aa3eca812
3 changed files with 32 additions and 32 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue