Configured the 5.0.12-tutorials as integration-test for the plugin
[hibernate4-maven-plugin] / src / it / transport / drop.sql
1
2     drop table Category_Category if exists;
3
4     drop table Custom_Category if exists;
5
6     drop table Custom_contributors if exists;
7
8     drop table Custom_emails if exists;
9
10     drop table Custom_links if exists;
11
12     drop table Custom_numbers if exists;
13
14     drop table Date_contributors if exists;
15
16     drop table Date_emails if exists;
17
18     drop table Date_links if exists;
19
20     drop table Date_numbers if exists;
21
22     drop table Date_types if exists;
23
24     drop table Event_Category if exists;
25
26     drop table Event_contributors if exists;
27
28     drop table Event_emails if exists;
29
30     drop table Event_links if exists;
31
32     drop table Event_numbers if exists;
33
34     drop table EventInfo_Group if exists;
35
36     drop table Exhibition_contributors if exists;
37
38     drop table Exhibition_emails if exists;
39
40     drop table Exhibition_hours if exists;
41
42     drop table Exhibition_links if exists;
43
44     drop table Exhibition_numbers if exists;
45
46     drop table Group_contributors if exists;
47
48     drop table Group_emails if exists;
49
50     drop table Group_links if exists;
51
52     drop table Group_numbers if exists;
53
54     drop table LegalPerson_Category if exists;
55
56     drop table LegalPerson_emails if exists;
57
58     drop table LegalPerson_links if exists;
59
60     drop table LegalPerson_numbers if exists;
61
62     drop table Location_Category if exists;
63
64     drop table Location_emails if exists;
65
66     drop table Location_hours if exists;
67
68     drop table Location_links if exists;
69
70     drop table Location_numbers if exists;
71
72     drop table Node if exists;
73
74     drop table Node_features if exists;
75
76     drop table Node_fields if exists;
77
78     drop table Node_Media if exists;
79
80     drop table Node_Nodes if exists;
81
82     drop table Nodes if exists;
83
84     drop table Nodes_Node if exists;
85
86     drop table Organization_contributors if exists;
87
88     drop table Place_Region if exists;
89
90     drop table Price if exists;
91
92     drop table Price_emails if exists;
93
94     drop table Price_links if exists;
95
96     drop table Price_numbers if exists;
97
98     drop table Region_City if exists;
99
100     drop table Source if exists;
101
102     drop table Source_features if exists;
103
104     drop table Source_types if exists;