evorepo/packages
Dan McGee 4cd588ae89 Add triggers for adding package update rows
This will be done instead of doing this logic at the application level,
which has some subtle race conditions. When two simultaneous threads
attempt to delete the same package, two update rows for the delete
action are inserted. When done at the database level, we can ensure a
one-to-one mapping between row operations and entries in this table.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-08 21:08:03 -05:00
..
management
migrations Add indexes on 'created' field to several package-related models 2012-07-01 20:35:34 -05:00
sql Add triggers for adding package update rows 2012-07-08 21:08:03 -05:00
templatetags
views
__init__.py
admin.py
models.py Add indexes on 'created' field to several package-related models 2012-07-01 20:35:34 -05:00
urls_groups.py
urls.py
utils.py Use a set instead of list when gathering package IDs to fetch 2012-07-08 21:06:52 -05:00