Describe the bug
I am trying to import json buckets from Android to get all my data in one place. But there are two issues:
-
Buckets with the same name fail to import. So, I have to delete all the buckets one by one first. It would be nice to have the buckets updated with new data instead.
-
If I delete buckets and then import, the id column in the buckets table of sqlite db gets changed. So, I have to keep updating my sqlite query function to inspect my data.
To Reproduce
Try importing duplicate buckets.
It would be helpful for dealing with Android data if these small bugs were fixed.