summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/resources/db/migration/V2__add_job_started_at.sql
blob: 9df4601a9c681963d57439c78c3fec499eb6ae46 (plain)
1
2
-- Add startedAt timestamp to track when job execution begins
ALTER TABLE job ADD COLUMN IF NOT EXISTS started_at TIMESTAMP;