Starting from this database:
create vertex type Invoice
create property Invoice.uuid string
create index on Invoice.uuid string
When a new bucket is added to the type, the corresponding index on the new associated bucket is not created:
alter type Invoice bucket +Invoice2023
Same for the removal:
alter type Invoice bucket -Invoice2023
Starting from this database:
When a new bucket is added to the type, the corresponding index on the new associated bucket is not created:
Same for the removal: