feat(cities): update site name for نوبت 724 to remove redundancy
This commit is contained in:
@@ -675,7 +675,7 @@
|
|||||||
"id": 600,
|
"id": 600,
|
||||||
"uuid": "7bfbad3c-646b-11f1-84d7-f26ca1845824",
|
"uuid": "7bfbad3c-646b-11f1-84d7-f26ca1845824",
|
||||||
"name": "نوبت 724",
|
"name": "نوبت 724",
|
||||||
"site_name": "نوبت 724 نوبت",
|
"site_name": "نوبت 724",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
"weight": 0,
|
"weight": 0,
|
||||||
"province_id": null,
|
"province_id": null,
|
||||||
|
|||||||
@@ -0,0 +1,31 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace DoctrineMigrations;
|
||||||
|
|
||||||
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
|
use Doctrine\Migrations\AbstractMigration;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auto-generated Migration: Please modify to your needs!
|
||||||
|
*/
|
||||||
|
final class Version20260703085828 extends AbstractMigration
|
||||||
|
{
|
||||||
|
public function getDescription(): string
|
||||||
|
{
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function up(Schema $schema): void
|
||||||
|
{
|
||||||
|
// this up() migration is auto-generated, please modify it to your needs
|
||||||
|
$this->addSql('ALTER TABLE users CHANGE national_code_verified national_code_verified TINYINT NOT NULL');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function down(Schema $schema): void
|
||||||
|
{
|
||||||
|
// this down() migration is auto-generated, please modify it to your needs
|
||||||
|
$this->addSql('ALTER TABLE users CHANGE national_code_verified national_code_verified TINYINT DEFAULT 0 NOT NULL');
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user