Commit 2e1a0ea73ba973ad49533737712ce41a44638ffc
Committed by
Paulo Meireles
1 parent
e1d85c42
Exists in
master
and in
28 other branches
[Mezuro] fixed sql script to clean kalibro database
Showing
1 changed file
with
9 additions
and
10 deletions
Show diff stats
plugins/mezuro/features/clean_kalibro_db.sql
1 | -Delete from kalibro_test.RANGE; | |
2 | -Delete from kalibro_test.METRICCONFIGURATION; | |
3 | -Delete from kalibro_test.CONFIGURATION; | |
4 | -Delete from kalibro_test.METRICRESULT; | |
5 | -Delete from kalibro_test.MODULE; | |
6 | -Delete from kalibro_test.MetricResult_DESCENDENTRESULTS; | |
7 | -Delete from kalibro_test.NativeMetric_LANGUAGES; | |
8 | -Delete from kalibro_test.PROJECTRESULT; | |
9 | -Delete from kalibro_test.PROJECT; | |
10 | -Delete from kalibro_test.NATIVEMETRIC; | |
1 | +Delete from kalibro.RANGE; | |
2 | +Delete from kalibro.METRICCONFIGURATION; | |
3 | +Delete from kalibro.CONFIGURATION; | |
4 | +Delete from kalibro.METRICRESULT; | |
5 | +Delete from kalibro.MODULE; | |
6 | +Delete from kalibro.MetricResult_DESCENDENTRESULTS; | |
7 | +Delete from kalibro.PROJECTRESULT; | |
8 | +Delete from kalibro.PROJECT; | |
9 | +Delete from kalibro.REPOSITORY; | ... | ... |