Skip to content

Commit aec5041

Browse files
authored
Merge pull request #210 from dotkernel/issue-204
fix mysql version requirement
2 parents cb103ff + 1c19da5 commit aec5041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ language: "en"
1414

1515
Dotkernel API v7 adds support for native UUID v7, PostgreSQL, PHP 8.5 (8.4 for Admin), database table prefixes, and improved database configuration, while replacing the `binary` data type for `id` columns with `uuid`.
1616
It drops the Evolution pattern's Method Deprecation support and MySQL, since MySQL doesn't support the UUID data type.
17-
UUIDs are generated with the ramsey/uuid package, previously `uuid`-named table columns are now called `id`, and PostgreSQL or MariaDB v10.7+ is required for UUID support.
17+
UUIDs are generated with the ramsey/uuid package, previously `uuid`-named table columns are now called `id`, and PostgreSQL or MariaDB v11.4+ is required for UUID support.
1818

1919
The Dotkernel Headless Platform has seen new releases for both API and Admin.
2020
The Admin codebase has received an overall facelift, as well as updates to retain compatibility with API v7.

0 commit comments

Comments
 (0)