From 09af5e8d54f870e93341dd66c731d9becc12579c Mon Sep 17 00:00:00 2001 From: Rustem Date: Sat, 8 Feb 2025 23:27:03 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/auto_calendar/script.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/auto_calendar/script.php b/modules/auto_calendar/script.php index b9c5691..0a9bb9d 100644 --- a/modules/auto_calendar/script.php +++ b/modules/auto_calendar/script.php @@ -26,6 +26,7 @@ return new class extends \A7kz\Platform\Commands\InstallScript { $segments = Segment::listActive(); foreach ($segments as $segment) { if (!Schema::connection($segment->connector)->hasTable('pipi_auto_calendar')) { + dd(123); Schema::connection($segment->connector)->create('pipi_auto_calendar', static function (Blueprint $table) { $table->id(); $table->string('auto_id')->nullable()->comment('Автомобиль');