* Replace date utils with library
* use drizzle-zod
* use drizzle types directly
* use server actions rather than routes
* slight refactor
* UI rollback on API failure
* slight refactor to reduce verbosity
* clean up
* Add database schema for audit logs
* update audit log code to read from the DB rather than mocks
* use UUID not text for id
* backend endpoint for writing audit logs
* add stubs for provider whitelist update
* wip on sending audit logs
* remove oldValue field
* remove references to oldValue
* more
* change toast
* move querying to the backend
* fix fetch
* base URL
* use a server-side function rather than endpoint for audit log creation
* remove old_value
* remove route for querying audit logs
* don't take over date parsing
* simplify, review feedback