You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when adding a new index to an existing struct, if data store with db.Save(xxx), the db.Reindex() work well, but when my data store with db.from("xxxx","1", "1").Save(), the db.from("xxxx","1", "1").Reindex() will got error: bucket not found
The text was updated successfully, but these errors were encountered:
import "github.com/asdine/storm/v3"
when adding a new index to an existing struct, if data store with db.Save(xxx), the db.Reindex() work well, but when my data store with db.from("xxxx","1", "1").Save(), the db.from("xxxx","1", "1").Reindex() will got error: bucket not found
The text was updated successfully, but these errors were encountered: