removed eager unique collection name check to allow lazy validation during bulk import

This commit is contained in:
Gani Georgiev
2023-03-14 01:31:30 +02:00
parent cce9116fa7
commit 31b24ecb86
33 changed files with 64 additions and 43 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.13.4
- Removed eager unique collection name check to allow lazy evaluation during bulk import.
## v0.13.3
- Fixed view collections import ([#2044](https://github.com/pocketbase/pocketbase/issues/2044)).