Remove the BuildMachines and BuildMachinesSystemTypes tables

This commit is contained in:
Shea Levy
2013-03-04 16:32:16 -05:00
parent 232170e301
commit 233e485a55
5 changed files with 3 additions and 224 deletions

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

@@ -0,0 +1,2 @@
drop table BuildMachineSystemTypes;
drop table BuildMachines;