7 lines
243 B
MySQL
7 lines
243 B
MySQL
|
|
|
||
|
|
DROP TABLE IF EXISTS `{{prefix}}vr_seat_templates`;
|
||
|
|
DROP TABLE IF EXISTS `{{prefix}}vr_tickets`;
|
||
|
|
DROP TABLE IF EXISTS `{{prefix}}vr_verifiers`;
|
||
|
|
DROP TABLE IF EXISTS `{{prefix}}vr_verifications`;
|
||
|
|
DROP TABLE IF EXISTS `{{prefix}}vr_audit_log`;
|