dragonflight/services/mam-api/src/db
Wild Dragon Dev 07d1fc9e72 fix(scheduler): allow 'starting' and 'stopping' statuses in DB
The scheduler tick loop updates a schedule's status to 'starting' and 'stopping'
in the database while it initiates the API calls to the recorder container. The
original CHECK constraint in recorder_schedules rejected these two statuses,
causing the scheduler to crash on constraint violation and never start the job.
2026-06-03 16:54:35 +00:00
..
migrations fix(scheduler): allow 'starting' and 'stopping' statuses in DB 2026-06-03 16:54:35 +00:00
pool.js fix(api): parse Postgres bigint (int8) as Number, not string 2026-05-31 21:47:45 -04:00
schema.sql feat(capture): Deltacast SDI framework — test-card capture, cluster detection, UI 2026-05-28 23:12:40 +00:00
schema_patch_ampp.sql feat: AMPP folder sync integration — pre-create folder hierarchy on upload, expose lookup endpoint for Script Task: schema_patch_ampp.sql 2026-04-18 13:42:07 -04:00
schema_patch_editor.sql fix(db): use DO blocks for idempotent ALTER TABLE (ADD CONSTRAINT IF NOT EXISTS is not valid PG syntax) 2026-05-18 19:48:11 -04:00
schema_patch_groups_tokens.sql feat(mam-api): add groups and API tokens schema patch 2026-05-18 12:45:06 -04:00