[-] IN : Remove fails on upgrade coming to loop when upgrading again
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
SET NAMES 'utf8';
|
||||
|
||||
DROP TABLE IF EXISTS `PREFIX_group_shop`;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `PREFIX_group_shop` (
|
||||
`id_group_shop` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(64) CHARACTER SET utf8 NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user