Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 1e243ef

Browse files
update readme
1 parent 5da59b1 commit 1e243ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Efficient UUIDs
2-
## v3.0.1
2+
## v3.1.0
33

44
[![Build Status](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/?branch=master)
@@ -16,7 +16,7 @@ As of 3.0, this package _no longer overrides_ Laravel's default `uuid` method, b
1616

1717
> **Note**: This package purposely does not use [package discovery](https://laravel.com/docs/5.8/packages#package-discovery), as it makes changes to the MySQL schema file, which is something you should explicitly enable.
1818
19-
MySQL and SQLite are the only supported connection types, only because I've no experience with other drivers. I welcome any pull requests to implement this functionality for other database drivers.
19+
MySQL and SQLite are the only supported connection types, although I welcome any pull requests to implement this functionality for other database drivers.
2020

2121
Note that `doctrine/dbal` does not appear to support changing existing `uuid` fields, and doing so would cause your existing values to be truncated in any event.
2222

0 commit comments

Comments
 (0)