CanGonenc

Results 2 issues of CanGonenc

The solution by @prasanthkrishnan : v0.1.0 of github.com/pluja/pocketbase points to a older commit which does not have 0.23 support. Simple pinning github.com/pluja/pocketbase to latest commit SHA in your go.mod file...

Removes migrations and all tests, this is needed for compatibility with new version v0.23.12 since the migrations import from github.com/pocketbase/pocketbase/models and github.com/pocketbase/pocketbase/daos which do not exist in v0.23.12. The current...