Commit 5a1ac9a
committed
Migrate to
As per the update guide [1], this should be comparable to the `mysql` driver. Keep the options the same as the in the database docs [2].
The connection name remains `mysql` because we found this is used in an unknown number of places. We saw most of the tests fail when renaming this to `mariadb` but we don't want to investigate this now. We also thought that we should name this something like technology agnostic and with clear purpose such as `platform_api_db`.
[1]: https://laravel.com/docs/11.x/upgrade#dedicated-mariadb-driver
[2]: https://laravel.com/docs/11.x/database#read-and-write-connections
Bug: T426075mariadb database driver1 parent 58de5b3 commit 5a1ac9a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments