laravel-crm icon indicating copy to clipboard operation
laravel-crm copied to clipboard

Migration error

Open SOG-web opened this issue 5 months ago • 1 comments

A new setup

In Connection.php line 829:

SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "lead_stages"
LINE 1: update "lead_pipeline_stages" set "code" = lead_stages.code,...
^ (Connection: pgsql, SQL: update "lead_pipeline_stages" set "code" = lead_
stages.code, "name" = lead_stages.name where "ctid" in (select "lead_pipeline_stages"."ctid" from "lead_pipeline_stages" inner
join "lead_stages" on "lead_pipeline_stages"."lead_stage_id" = "lead_stages"."id"))

In Connection.php line 612:

SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "lead_stages"
LINE 1: update "lead_pipeline_stages" set "code" = lead_stages.code,...

php artisan krayin-crm:install

SOG-web avatar Sep 14 '24 22:09 SOG-web