]> git.decadent.org.uk Git - dak.git/commit
update71: set lastused NOT NULL NOW()
authorJoerg Jaspert <joerg@debian.org>
Sat, 3 Dec 2011 12:10:00 +0000 (13:10 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 3 Dec 2011 12:10:00 +0000 (13:10 +0100)
commit8be2ae9b50bf4264827483603cbade76cf2d157c
tree3a9f35c60c94d21eb1301bef57a9f1828ac376a1
parentc148c30fb2ca015e56cf52c0534df0c461f5c527
update71: set lastused NOT NULL NOW()

lastused in build_queue_files and build_queue_policy_files always needs to be set, so
set it in the database not in code

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update71.py [new file with mode: 0755]
dak/update_db.py
daklib/dbconn.py