31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-28 19:40:47 +00:00
patchtester/administrator/components/com_patchtester/install/sql/postgresql/uninstall.sql
Roland Dalmulder 5508865fc2
Implement Github labels and NPM filter
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2020-07-25 16:16:38 +02:00

4 lines
142 B
SQL

DROP TABLE IF EXISTS "#__patchtester_pulls";
DROP TABLE IF EXISTS "#__patchtester_pulls_labels";
DROP TABLE IF EXISTS "#__patchtester_tests";