remove
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +0,0 @@
|
||||
CREATE TABLE IF NOT EXISTS `PREFIX_minicskeleton` (
|
||||
`id_skeleton` int(10) unsigned NOT NULL,
|
||||
`text` text,
|
||||
PRIMARY KEY (`id_skeleton`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO `PREFIX_minicskeleton` VALUES (1, 'Some text');
|
||||
Reference in New Issue
Block a user