Drop unused "tag" column

It was intended for CVS inputs but never used.
This commit is contained in:
Eelco Dolstra
2012-04-15 12:42:46 +00:00
parent ccc5d38976
commit 794602d7ce
4 changed files with 8 additions and 22 deletions

2
src/sql/upgrade-5.sql Normal file
View File

@@ -0,0 +1,2 @@
alter table BuildInputs drop column tag;
alter table JobsetInputAlts drop column tag;