fixed shit that havent been fixed in last commit
This commit is contained in:
parent
f6eaf2e09a
commit
f1dd0e7d4a
|
|
@ -3,7 +3,7 @@
|
|||
* @Author: printempw
|
||||
* @Date: 2016-01-16 23:01:33
|
||||
* @Last Modified by: prpr
|
||||
* @Last Modified time: 2016-02-07 23:47:17
|
||||
* @Last Modified time: 2016-02-08 00:33:32
|
||||
*
|
||||
* Create tables automatically
|
||||
*/
|
||||
|
|
@ -35,7 +35,7 @@ if (!file_exists("./install.lock")) {
|
|||
`hash_steve` varchar(64) NOT NULL,
|
||||
`hash_alex` varchar(64) NOT NULL,
|
||||
`hash_cape` varchar(64) NOT NULL,
|
||||
`last_modified` datetime NOT NULL ON UPDATE CURRENT_TIMESTAMP,
|
||||
`last_modified` datetime NOT NULL,
|
||||
PRIMARY KEY (`uid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15;";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user