updated ui/dist

This commit is contained in:
Gani Georgiev
2024-10-09 17:14:51 +03:00
parent 54344f2b9d
commit 4cf6069342
27 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
- Added more user friendly view collection truncate error message.
- Added `FieldsList.AddMarshaledJSON(json)` helper method to load a serialized json array of objects or a single json object into an existing collection fields list.
- Added `FieldsList.AddMarshaledJSON([]byte)` helper method to load a serialized json array of objects or a single json object into an existing collection fields list.
- Added an extra suffix character to the name of autogenerated template migration file for `*test` suffixed collections to prevent acidentally resulting in `_test.go` migration files.