Database can now be automatically updated

This commit is contained in:
Domovoy 2012-07-24 01:21:02 +02:00
parent 35f1081bfe
commit c052c6afca
3 changed files with 10 additions and 2 deletions

View file

@ -456,6 +456,7 @@ CREATE TABLE IF NOT EXISTS `hook` (
`hook` char(255) NOT NULL,
`file` char(255) NOT NULL,
`function` char(255) NOT NULL,
`priority` int(11) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;