mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
nntpchan install.sql fix
This commit is contained in:
parent
a4b619ae5e
commit
6049979daf
@ -321,7 +321,7 @@ CREATE TABLE `pages` (
|
||||
--
|
||||
|
||||
CREATE TABLE `nntp_references` (
|
||||
`board` varchar(60) NOT NULL,
|
||||
`board` varchar(30) NOT NULL,
|
||||
`id` int(11) unsigned NOT NULL,
|
||||
`message_id` varchar(255) CHARACTER SET ascii NOT NULL,
|
||||
`message_id_digest` varchar(40) CHARACTER SET ascii NOT NULL,
|
||||
@ -336,3 +336,4 @@ CREATE TABLE `nntp_references` (
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user