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