mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
## About the changes
Spotted some issues in logs:
```json
{
"level":"warn",
"message":"Failed to store \"feature-environment-variants-updated\" event: error: insert into \"events\" (\"created_by\", \"data\", \"environment\", \"feature_name\", \"pre_data\", \"project\", \"tags\", \"type\") values (DEFAULT, $1, $2, $3, $4, $5, $6, $7) returning \"id\", \"type\", \"created_by\", \"created_at\", \"data\", \"pre_data\", \"tags\", \"feature_name\", \"project\", \"environment\" - null value in column \"created_by\" violates not-null constraint",
"name":"lib/db/event-store.ts"
}
```
In all other events we're doing the following:
|
||
---|---|---|
.. | ||
api | ||
helpers | ||
routes | ||
seed | ||
services | ||
stores | ||
custom-auth.test.ts | ||
health.e2e.test.ts |