This commit is contained in:
minic studio
2013-04-11 15:35:28 +03:00
parent e19450c2db
commit 5137e477a8
2 changed files with 0 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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');