opengovsg / postmangovsg

Templated message sending for public officers
https://postman.gov.sg
60 stars 16 forks source link

(PR 1) Revert Revert feat: show passcode asap #2191

Closed jia1 closed 1 year ago

jia1 commented 1 year ago

Deployment notes

Can run migration before merging. Update: Done!

Summary of changes

  1. Reverts opengovsg/postmangovsg#2186
  2. Plus fix foreign key constraint violation when re-picking template and 2nd+ upload of CSV (see screenshot below)
  3. AND #2185

Before

Screenshot 2023-08-18 at 2 55 08 PM

How to verify db migration in db

SELECT update_rule, delete_rule
FROM information_schema.referential_constraints
WHERE constraint_name = 'govsg_verification_govsg_message_id_fkey';