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

Disable Foreign Key for Postgres #33

Merged
merged 1 commit into from
Jul 28, 2020
Merged

Disable Foreign Key for Postgres #33

merged 1 commit into from
Jul 28, 2020

Conversation

rbridge
Copy link
Contributor

@rbridge rbridge commented Jul 13, 2020

Handle the following error with postgres:

Illuminate/Database/QueryException with message 'SQLSTATE[42704]: Undefined object: 7 ERROR:  unrecognized configuration parameter "foreign_key_checks" (SQL: SET FOREIGN_KEY_CHECKS=0)'

Handle the following error with postgres:

Illuminate/Database/QueryException with message 'SQLSTATE[42704]: Undefined object: 7 ERROR:  unrecognized configuration parameter "foreign_key_checks" (SQL: SET FOREIGN_KEY_CHECKS=0)'
@khsing khsing merged commit 5ab3028 into khsing:master Jul 28, 2020
@rbridge rbridge deleted the fix-postgres branch July 28, 2020 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants