diff options
| -rw-r--r-- | public/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php index f783c777b..287e14614 100644 --- a/public/install.php +++ b/public/install.php @@ -23,7 +23,7 @@ define ('SQL_REQ_FEED', 'CREATE TABLE IF NOT EXISTS `%sfeed` ( `url` varchar(511) CHARACTER SET latin1 NOT NULL, `category` SMALLINT DEFAULT 0, -- v0.7 `name` varchar(255) NOT NULL, - `website` varchar(255) NOT NULL, + `website` varchar(255) CHARACTER SET latin1 NOT NULL, `description` text NOT NULL, `lastUpdate` int(11) NOT NULL, `priority` tinyint(2) NOT NULL DEFAULT 10, |
