diff --git a/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md b/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md index 5b242e0..5e7d3d6 100644 --- a/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md +++ b/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md @@ -14,7 +14,7 @@ language: "en" 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`. It drops the Evolution pattern's Method Deprecation support and MySQL, since MySQL doesn't support the UUID data type. -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. +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. The Dotkernel Headless Platform has seen new releases for both API and Admin. The Admin codebase has received an overall facelift, as well as updates to retain compatibility with API v7.