conductor

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

005_drop_source_mode.sql (184B)


      1 -- 005_drop_source_mode.sql - one way to get the source, not two
      2 --
      3 -- See migrations/sqlite/005_drop_source_mode.sql for the reasoning.
      4 
      5 ALTER TABLE projects DROP COLUMN source_mode;