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

Fix strict mode in Seeder #416

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Fix strict mode in Seeder #416

merged 1 commit into from
Dec 12, 2024

Conversation

dmohns
Copy link
Member

@dmohns dmohns commented Dec 12, 2024

Brief summary of the change made

In #385 we have switched the Tenant database connection to strict mode.

Fixes

Illuminate\Database\QueryException {"message":"SQLSTATE[HY000]: General error: 1364 Field 'out_source' doesn't have a default value (SQL: insert into `ticket_users` (`user_id`, `phone`, `user_name`, `updated_at`, `created_at`) values (1, ?, Demo Company Admin, 2024-12-12 08:57:01, 2024-12-12 08:57:01))"

Are there any other side effects of this change that we should be aware of?

Describe how you tested your changes?

Pull Request checklist

Please confirm you have completed any of the necessary steps below.

  • Meaningful Pull Request title and description
  • Changes tested as described above
  • Added appropriate documentation for the change.
  • Created GitHub issues for any relevant followup/future enhancements if appropriate.

@dmohns dmohns requested a review from Delyc December 12, 2024 09:07
@dmohns dmohns merged commit df76045 into main Dec 12, 2024
10 checks passed
@dmohns dmohns deleted the fix-strict-mode-in-tenant branch December 12, 2024 09:13
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.

1 participant