pocketbase / dart-sdk

PocketBase Dart SDK
https://pub.dev/packages/pocketbase
MIT License
511 stars 51 forks source link

I cant create new collections and edit fields #19

Closed Litioblue closed 1 year ago

Litioblue commented 1 year ago

Hello everyone. First I want to thank everyone who has done this work. is awesome!.

Now the problem is that after migrating to version 8 I can't create new collections and I can't edit the fields of the ones I already had created.

I receive the message: image image

thanks so much.

ganigeorgiev commented 1 year ago

From the screenshot and visible sidebar collections it doesn't seems that you've migrated fully to v0.8.0.

Did you follow the migration guide from https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md#migrate-from-v07x?

Note that you have to execute an upgrade command to update your data structure (make sure to have a copy of your pb_data before that in case something goes wrong).

ganigeorgiev commented 1 year ago

I'll close the issue because this is not related to the Dart SDK, but feel free to comment or open a discussion in the main repo if you are still having difficulties with the upgrade.