mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-01 11:58:34 -04:00
table will be used for storing archival versions of notifications. It's an exact duplicate of notifications table, but with the following modifications: * removed _personalisation * removed to * removed content_char_count All foreign keys to other tables still exist. additionally, removed defaults (for id and created_at) since they'll be set when we create, and we should ensure that we don't forget about them when inserting/udpating this table.
Generic single-database configuration.