hive
hive copied to clipboard
Hive type adapter not increment
When i add new addaper more then 2 is not auto increment the next adapter . Exemple :
Hive.registerAdapter(HiveStoreAdapter()); //- typeID = 9 Hive.registerAdapter(HiveAddressAdapter()); // type = 1 Hive.registerAdapter(ProductHiveAdapter()); // type =1
To fix it got oto manually and change the type