google / exposure-notifications-verification-server

Verification component for COVID-19 Exposure Notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove UPDATE permissions from events table

sethvargo opened this issue · comments

The events table should be append-only and immutable. The only allowed operations should be INSERT, READ, and DELETE.