You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
vaadin-clubhelper/src/test/resources/truncateTables.sql

21 lines
541 B

SET FOREIGN_KEY_CHECKS=0;
TRUNCATE TABLE clubevent_addon;
TRUNCATE TABLE event_has_altersgruppe;
TRUNCATE TABLE altersgruppe;
TRUNCATE TABLE pflichten;
TRUNCATE TABLE clubevent_has_person;
TRUNCATE TABLE ClubEvent;
TRUNCATE TABLE persongroup;
TRUNCATE TABLE startpass_startrechte;
TRUNCATE TABLE deleted_entries;
TRUNCATE TABLE clubevent;
TRUNCATE TABLE relative;
TRUNCATE TABLE groupdef;
TRUNCATE TABLE startpaesse;
TRUNCATE TABLE contact;
TRUNCATE TABLE adress;
TRUNCATE TABLE attendance;
TRUNCATE TABLE person;
SET FOREIGN_KEY_CHECKS=1;