Last change
on this file since 5046 was
4629,
checked in by cneumuel, 14 years ago
|
- worked on new hive structure
- created IIS hostable website for hive (old structure)
(#1233)
|
File size:
821 bytes
|
Line | |
---|
1 | DELETE FROM [HeuristicLab.Hive].[dbo].AssignedResources
|
---|
2 | DELETE FROM [HeuristicLab.Hive].[dbo].RequiredPlugins
|
---|
3 | DELETE FROM [HeuristicLab.Hive].[dbo].PluginInfo
|
---|
4 | DELETE FROM [HeuristicLab.Hive].[dbo].UptimeStatistics
|
---|
5 | DELETE FROM [HeuristicLab.Hive].[dbo].UptimeCalendar
|
---|
6 | DELETE FROM [HeuristicLab.Hive].[dbo].SlaveConfig
|
---|
7 | DELETE FROM [HeuristicLab.Hive].[dbo].SlaveGroup_Resource
|
---|
8 | DELETE FROM [HeuristicLab.Hive].[dbo].[Resource]
|
---|
9 | DELETE FROM [HeuristicLab.Hive].[dbo].HiveExperiment
|
---|
10 | DELETE FROM [HeuristicLab.Hive].[dbo].Job
|
---|
11 |
|
---|
12 | /** only jobs & experiments **/
|
---|
13 | DELETE FROM [HeuristicLab.Hive].[dbo].AssignedResources
|
---|
14 | DELETE FROM [HeuristicLab.Hive].[dbo].RequiredPlugins
|
---|
15 | DELETE FROM [HeuristicLab.Hive].[dbo].PluginInfo
|
---|
16 | DELETE FROM [HeuristicLab.Hive].[dbo].HiveExperiment
|
---|
17 | DELETE FROM [HeuristicLab.Hive].[dbo].Job |
---|
Note: See
TracBrowser
for help on using the repository browser.