summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration/011-patch-change-notifications.sql
Commit message (Collapse)AuthorAgeFilesLines
* models: Add PatchChangeNotification and record patch state changesJeremy Kerr2011-04-141-0/+12
Add a PatchChangeNotification model to keep track of changes to a patch's state. Hook this up to Patch's pre_save signal. Requires a DB schema upgrade. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>