diff --git a/db/00000000000001_initial_schema.up.sql b/db/00000000000001_initial_schema.up.sql index 3b9f203c7..6aa52f7d2 100644 --- a/db/00000000000001_initial_schema.up.sql +++ b/db/00000000000001_initial_schema.up.sql @@ -251,7 +251,7 @@ CREATE TYPE BATCH_STATE AS ENUM( 'CLOSED' -- this batch can no longer accept additional aggregation jobs. ); --- Tracks the state of a given batch, by aggregation parameter. Populated for the Leader only. +-- Tracks the state of a given batch, by aggregation parameter. CREATE TABLE batches( id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, -- artificial ID, internal-only task_id BIGINT NOT NULL, -- the task ID