Add patch to fix getting column list from MySQL

See: https://github.com/laravel/framework/issues/20190
This commit is contained in:
printempw 2018-07-31 10:42:45 +08:00
parent ccf6598ddc
commit 2e5249d5c5
2 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"unzip -o storage/patches/bs_column_name_patch_180731.zip",
"unzip -o storage/patches/bs_php72_patch_180224.zip" "unzip -o storage/patches/bs_php72_patch_180224.zip"
] ]
}, },

Binary file not shown.