diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-27 17:12:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-27 17:12:39 -0400 |
commit | 35ed6f473c842d1530645d9d6779fc5917cecd03 (patch) | |
tree | a2a3cfd5539d3161e314411673583dda77b4085d /classes/stoica.ini | |
parent | f59ead93eed6a7177a5b20bf23979f17354afdd0 (diff) |
change queue_item to use a compound primary key
Breaking up to use multiple queue handlers means we need multiple
queue items for the same notice. So, change the queue_item table to
have a compound pkey, (notice_id,transport).
darcs-hash:20080827211239-84dde-db118799bfd43be62fb02380829c64813c9334f8.gz
Diffstat (limited to 'classes/stoica.ini')
-rw-r--r-- | classes/stoica.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/stoica.ini b/classes/stoica.ini index 4dead9610..4e78dd325 100644 --- a/classes/stoica.ini +++ b/classes/stoica.ini @@ -154,6 +154,7 @@ claimed = 14 [queue_item__keys] notice_id = K +transport = K [remember_me] code = 130 |