I deleted all the nodes , still when i create a new node , the serial number not starting from 1, rather it increased more than the previous one .

Comments

saradaprasad17 created an issue. See original summary.

nikunjkotecha’s picture

Status: Active » Closed (works as designed)

I think this works as expected, like even in MySQL auto_increment field, counter is not set to 1 again after we do "delete from table" and keeps the last value

Design: sql_storage is used for each field so deleting nodes doesn't reset the value in storage.