Open maxirobaina opened 10 years ago
Seems that ALTER SEQUENCE is used for
def sequence_reset_sql(self, style, model_list): https://github.com/maxirobaina/django-firebird/blob/82f637ce83038837ff2a65b758702462a485a5e9/firebird/operations.py#L471
It's not totally implemented.
https://github.com/maxirobaina/django-firebird/blob/master/firebird/operations.py#L426
Implement DatabaseOperations.sequence_reset_sql using ALTER SEQUENCE statement.