mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-40: Sequences gets increased by 20 instead of 10 #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Oct 10, 2009).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user crotalus:
Sequences gets increased by 20 at a time, should be increments of 10 instead.
@doctrinebot commented on GitHub (Dec 9, 2009):
Comment created by @beberlei:
I take it from here ;-)
@doctrinebot commented on GitHub (Dec 11, 2009):
Comment created by @beberlei:
The value is arbitrary of course,, however i fixed the default value for the AUTO strategy from 20 to 10, which is the default value for the annotation Sequence strategy property.
@doctrinebot commented on GitHub (Dec 11, 2009):
Issue was closed with resolution "Fixed"