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 bug Error with Postgresql data type character varying #749

Merged
merged 4 commits into from
Aug 18, 2022

Conversation

miftahurrahmi
Copy link
Contributor

No description provided.

@@ -188,6 +189,7 @@ function ($attribute, $value, $fail) {

return ApiResponse::failed(__('badaso::validation.database.migration_failed'));
}
dd($exitCode);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove testing code

@rizkiheryandi rizkiheryandi merged commit 7692218 into 2.x Aug 18, 2022
@rizkiheryandi rizkiheryandi deleted the task/v2/bugfix-datatype-postgresql branch August 18, 2022 06:02
@rizkiheryandi rizkiheryandi linked an issue Aug 18, 2022 that may be closed by this pull request
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.

Error with Postgresql data type "character varying(...)"
3 participants