Initial commit
This commit is contained in:
6
local/modules/Carousel/Config/sql/destroy.sql
Normal file
6
local/modules/Carousel/Config/sql/destroy.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
DROP TABLE IF EXISTS `carousel`;
|
||||
DROP TABLE IF EXISTS `carousel_i18n`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user