conductor

CI task system
git clone git://git.finwo.net/app/conductor
Log | Files | Refs | README | LICENSE

006_project_workdir.sql (190B)


      1 -- 006_project_workdir.sql - where a job's tree is put in its container
      2 --
      3 -- See migrations/sqlite/006_project_workdir.sql for the reasoning.
      4 
      5 ALTER TABLE projects ADD COLUMN workdir TEXT;