It is the two step process:
-
Delete all data from that table using:
Delete from TableName -
Then:
DELETE FROM SQLITE_SEQUENCE WHERE name='TableName';
source: stackoverflow.com/questions/4…
It is the two step process:
Delete all data from that table using:
Delete from TableName
Then:
DELETE FROM SQLITE_SEQUENCE WHERE name='TableName';
source: stackoverflow.com/questions/4…