X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftransport%2Fdrop.sql;fp=src%2Fit%2Ftransport%2Fdrop.sql;h=d8954e8974384e7b3656e487710da5cb0aee5f1c;hp=0000000000000000000000000000000000000000;hb=9907359108e36864d8d9bcdf6acbe7a3b8335bd8;hpb=a1d18fbf7f52702d84278b1a9bc5342e124ce13e diff --git a/src/it/transport/drop.sql b/src/it/transport/drop.sql new file mode 100644 index 00000000..d8954e89 --- /dev/null +++ b/src/it/transport/drop.sql @@ -0,0 +1,104 @@ + + drop table Category_Category if exists; + + drop table Custom_Category if exists; + + drop table Custom_contributors if exists; + + drop table Custom_emails if exists; + + drop table Custom_links if exists; + + drop table Custom_numbers if exists; + + drop table Date_contributors if exists; + + drop table Date_emails if exists; + + drop table Date_links if exists; + + drop table Date_numbers if exists; + + drop table Date_types if exists; + + drop table Event_Category if exists; + + drop table Event_contributors if exists; + + drop table Event_emails if exists; + + drop table Event_links if exists; + + drop table Event_numbers if exists; + + drop table EventInfo_Group if exists; + + drop table Exhibition_contributors if exists; + + drop table Exhibition_emails if exists; + + drop table Exhibition_hours if exists; + + drop table Exhibition_links if exists; + + drop table Exhibition_numbers if exists; + + drop table Group_contributors if exists; + + drop table Group_emails if exists; + + drop table Group_links if exists; + + drop table Group_numbers if exists; + + drop table LegalPerson_Category if exists; + + drop table LegalPerson_emails if exists; + + drop table LegalPerson_links if exists; + + drop table LegalPerson_numbers if exists; + + drop table Location_Category if exists; + + drop table Location_emails if exists; + + drop table Location_hours if exists; + + drop table Location_links if exists; + + drop table Location_numbers if exists; + + drop table Node if exists; + + drop table Node_features if exists; + + drop table Node_fields if exists; + + drop table Node_Media if exists; + + drop table Node_Nodes if exists; + + drop table Nodes if exists; + + drop table Nodes_Node if exists; + + drop table Organization_contributors if exists; + + drop table Place_Region if exists; + + drop table Price if exists; + + drop table Price_emails if exists; + + drop table Price_links if exists; + + drop table Price_numbers if exists; + + drop table Region_City if exists; + + drop table Source if exists; + + drop table Source_features if exists; + + drop table Source_types if exists;