dragonflight/services/mam-api
Zac Gaetano 14931d6362 fix(mam-api): migration 023 — broaden ON CONFLICT + document password_updated_at backfill
Code-review feedback: ON CONFLICT (id) only catches id collisions; a pre-existing
'dev' username would trigger a unique_violation on the username index and roll
back the migration, hard-failing the mam-api boot. Switch to bare ON CONFLICT
DO NOTHING so any unique conflict is no-op-safe.
2026-05-27 13:48:08 -04:00
..
src fix(mam-api): migration 023 — broaden ON CONFLICT + document password_updated_at backfill 2026-05-27 13:48:08 -04:00
test chore(mam-api): wire node:test runner + test app + DB helper 2026-05-27 13:38:46 -04:00
.env.example add services/mam-api/.env.example 2026-04-07 21:58:24 -04:00
.gitignore add services/mam-api/.gitignore 2026-04-07 21:58:24 -04:00
Dockerfile feat: SDK deployment UI, proxy encoding global settings, S3 env fallback 2026-05-23 02:58:32 +00:00
package.json chore(mam-api): wire node:test runner + test app + DB helper 2026-05-27 13:38:46 -04:00