mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Update notification_history table on insert/update of notifications
triggered via calls in dao_create_notification and dao_update_notification - if you don't use those functions (eg update in bulk) you'll have to update the history table yourself!
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
"""empty message
|
||||
|
||||
Revision ID: 807f0b497157
|
||||
Revises: 0039_fix_notifications
|
||||
Revises: 0041_notification_history
|
||||
Create Date: 2016-07-07 13:15:35.503107
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '807f0b497157'
|
||||
revision = '0040_adjust_mmg_provider_rate'
|
||||
down_revision = '0039_fix_notifications'
|
||||
|
||||
from alembic import op
|
||||
|
||||
Reference in New Issue
Block a user