This commit is contained in:
Shadow
2017-01-14 11:46:05 +02:00
committed by GitHub
parent 0739bfffda
commit ef3aecf81e
-1
View File
@@ -839,7 +839,6 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%gold_fin_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`wid` int(11) NULL,
`log` text NULL,
`date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;