Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration error #1608

Open
SOG-web opened this issue Sep 14, 2024 · 1 comment
Open

Migration error #1608

SOG-web opened this issue Sep 14, 2024 · 1 comment

Comments

@SOG-web
Copy link

SOG-web commented Sep 14, 2024

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

@suraj-webkul
Copy link
Collaborator

suraj-webkul commented Sep 19, 2024

Hello @SOG-web,

At the moment, we do not offer support for PostgreSQL. All of our database migrations are tightly integrated with MySQL, and as such, Krayin is optimized specifically for MySQL environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants