Build a sequence that is reset everyday
Posted on 2021-04-08 in Programmation • Tagged with Django, Python, PostgreSQL
How to create a database sequence that will be reset everyday? That is a sequence that will get one the first time of each day? It sounds easy but it's not that much.
Note
This article will focus on PostgreSQL since it's the database I use. A similar solution may …
Continue reading