Modif script SQL pour issue #37 : attention à bien penser à mettre la BDD à jour !

This commit is contained in:
Marien Fressinaud
2013-04-11 21:32:52 +02:00
parent e2171de4e6
commit c003706594

View File

@@ -72,8 +72,10 @@ CREATE TABLE IF NOT EXISTS `feed` (
`website` text NOT NULL,
`description` text NOT NULL,
`lastUpdate` int(11) NOT NULL,
`priority` int(2) NOT NULL DEFAULT '10',
`pathEntries` varchar(500) DEFAULT NULL,
`httpAuth` varchar(500) DEFAULT NULL,
`error` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `category` (`category`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;