ADD table package

This commit is contained in:
2023-10-26 20:30:19 +02:00
parent add4b362ac
commit 372fdada98
3 changed files with 34 additions and 1 deletions

View File

@ -6,3 +6,6 @@
-- @since 0.0.2
DROP TABLE IF EXISTS `#__depot`;
DROP TABLE IF EXISTS `#__depot_manufacturer`;
DROP TABLE IF EXISTS `#__depot_stock`;
DROP TABLE IF EXISTS `#__depot_package`;