618d405a32
We asserted that the IDs returned by postgres sequence was greater than any we had seen, however this is technically racey as we may update the current positions out of order. We now assert that the sequences are correct on startup, so the assertion is no longer really required, so we remove them. |
||
---|---|---|
.. | ||
__init__.py | ||
id_generators.py | ||
sequence.py |