depot/admin/sql/uninstall.mysql.utf8.sql

12 lines
407 B
MySQL
Raw Normal View History

2023-10-03 03:56:38 +02:00
-- @package Depot.Language
-- @subpackage com_depot
-- @author Thomas Kuschel <thomas@kuschel.at>
-- @copyright (C) 2023 KW4NZ, <https://www.kuschel.at>
-- @license GNU General Public License version 2 or later; see LICENSE.md
2023-10-04 18:06:13 +02:00
-- @since 0.0.2
2023-10-03 03:56:38 +02:00
DROP TABLE IF EXISTS `#__depot`;
2023-10-26 20:30:19 +02:00
DROP TABLE IF EXISTS `#__depot_manufacturer`;
DROP TABLE IF EXISTS `#__depot_stock`;
DROP TABLE IF EXISTS `#__depot_package`;