[2026-07-22T17:47:05+00:00] Deploy triggered for refs/heads/main
From github.com:pouya9998/oujaram_backend
 * branch            main       -> FETCH_HEAD
   2702e56..bba4d95  main       -> origin/main
Already on 'main'
Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
HEAD is now at bba4d95 a change to check git webhook
Migrating: 2025_03_29_135742_create_tours_table

   Illuminate\Database\QueryException 

  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'tours' already exists (SQL: create table `tours` (`id` bigint unsigned not null auto_increment primary key, `title` text not null, `type` enum('online', 'offline') not null, `code` varchar(191) null, `image` varchar(191) null, `origin_country_id` bigint unsigned null, `airline_id` bigint unsigned null, `suggest_tour_id` bigint unsigned null, `tour_services` longtext null, `installments_rules` longtext null, `refund_rules` longtext null, `description` longtext null, `document_description` longtext null, `hotel_lang` longtext null, `deleted_at` timestamp null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:712
    708▕         // If an exception occurs when attempting to run a query, we'll format the error
    709▕         // message to include the bindings with SQL, which will make this exception a
    710▕         // lot more helpful to the developer instead of just the database's errors.
    711▕         catch (Exception $e) {
  ➜ 712▕             throw new QueryException(
    713▕                 $query, $this->prepareBindings($bindings), $e
    714▕             );
    715▕         }
    716▕     }

      [2m+9 vendor frames [22m
  10  Modules/Tour/Database/Migrations/2025_03_29_135742_create_tours_table.php:34
      Illuminate\Support\Facades\Facade::__callStatic("create")

      [2m+22 vendor frames [22m
  33  artisan:37
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
