Evan Conrad
06/15/2023, 5:18 PMJoe Grossberg
06/15/2023, 6:06 PM🚨 Fail if we're logging customer data or we'll lose our SOC2 certification.
There are so many compliance rules and regulations in this field.Evan Conrad
06/15/2023, 6:18 PM---
include: ["migrations/*.sql"]
---
Make sure our postgres migrations follow these rules:
1. ensure new tables are at least 3NF (third normal form). If they're not, fail and give an example of what's wrong, assuming the reader does not know terms like "BNCF", "3NF", "BCNF", and so on.
2. ...
Nick Arner
06/21/2023, 3:03 PMEvan Conrad
06/21/2023, 4:45 PMShireen Jaffer
06/28/2023, 8:33 PM