-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed isUnique for DateTime on MongooseAdapter (#3299)
- Loading branch information
Showing
49 changed files
with
445 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@keystonejs/fields': patch | ||
--- | ||
|
||
Fixed a bug on `MongooseAdapter` where `DateTime` fields did not respect the `isUnique` flag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@keystonejs/api-tests': patch | ||
'@keystonejs/field-content': patch | ||
'@keystonejs/fields-authed-relationship': patch | ||
'@keystonejs/fields-auto-increment': patch | ||
'@keystonejs/fields-datetime-utc': patch | ||
'@keystonejs/fields-markdown': patch | ||
'@keystonejs/fields-mongoid': patch | ||
'@keystonejs/fields-wysiwyg-tinymce': patch | ||
'@keystonejs/fields': patch | ||
--- | ||
|
||
Added more robust checks for support of the `isUnique` flag config. Added tests for this flag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.