root/modules/branches/2.4/queues/uninstall.php

Revision 5342, 111 bytes (checked in by p_lindheimer, 5 years ago)

move queues from legacy tables to it's own tables and add queues_conf class to generate its own conf file

Line 
1 <?php
2
3 global $db;
4
5 sql('DROP TABLE IF EXISTS queues_details');
6 sql('DROP TABLE IF EXISTS queues_config');
7
8 ?>
9
Note: See TracBrowser for help on using the browser.