hydra/src/sql/upgrade-5.sql
Eelco Dolstra 794602d7ce Drop unused "tag" column
It was intended for CVS inputs but never used.
2012-04-15 12:42:46 +00:00

3 lines
86 B
SQL

alter table BuildInputs drop column tag;
alter table JobsetInputAlts drop column tag;