mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
r149
Фикс дампа - спасибо PheRum git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@149 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
bb6d25c6e9
commit
66d14ce46b
2 changed files with 2 additions and 2 deletions
|
@ -505,7 +505,7 @@ CREATE TABLE `bb_captcha` (
|
|||
`cap_code` char(6) NOT NULL,
|
||||
`cap_expire` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`cap_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue