Rev | Line | |
---|
[8049] | 1 | delete from [HeuristicLab.OKB].[dbo].ProblemUser;
|
---|
| 2 | delete from [HeuristicLab.OKB].[dbo].AlgorithmUser;
|
---|
| 3 | delete from [HeuristicLab.OKB].[dbo].Problem;
|
---|
| 4 | delete from [HeuristicLab.OKB].[dbo].ProblemClass;
|
---|
| 5 | delete from [HeuristicLab.OKB].[dbo].Algorithm;
|
---|
| 6 | delete from [HeuristicLab.OKB].[dbo].AlgorithmClass;
|
---|
| 7 | delete from [HeuristicLab.OKB].[dbo].Platform;
|
---|
| 8 | delete from [HeuristicLab.OKB].[dbo].ValueName;
|
---|
| 9 | delete from [HeuristicLab.OKB].[dbo].Value;
|
---|
| 10 | delete from [HeuristicLab.OKB].[dbo].DataType;
|
---|
| 11 | delete from [HeuristicLab.OKB].[dbo].Run;
|
---|
| 12 | delete from [HeuristicLab.OKB].[dbo].BinaryData;
|
---|
| 13 | delete from [HeuristicLab.OKB].[dbo].Characteristic;
|
---|
| 14 | delete from [HeuristicLab.OKB].[dbo].CharacteristicValue; |
---|
Note: See
TracBrowser
for help on using the repository browser.