-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Work in progress on main branch, see b1cb335
Regressions to fix:
- Missing unique constriant on user email
- Missing automatic updating of
updatedAttimestamps for users/vaults - E2E test failure in API response to
/v1/auth/login [POST] - Unique constriant of vault name for a given user is missing
- Unique constriant on vault id (primary key) returning 500 errors not 400
Other issues
- imporve docs/further test required database permissions.
- migrate needs permission to create schema, which may not be possible on hosted platforms (see [PG] Allow migration without
CREATE SCHEMApermission drizzle-team/drizzle-orm#4025) - migrations output noise in logs