mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
posts.sql: update column password
This commit is contained in:
parent
fee67b6719
commit
e9f1d59209
@ -13,7 +13,7 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
|
|||||||
`files` text DEFAULT NULL,
|
`files` text DEFAULT NULL,
|
||||||
`num_files` int(11) DEFAULT 0,
|
`num_files` int(11) DEFAULT 0,
|
||||||
`filehash` text CHARACTER SET ascii,
|
`filehash` text CHARACTER SET ascii,
|
||||||
`password` varchar(20) DEFAULT NULL,
|
`password` varchar(64) DEFAULT NULL,
|
||||||
`ip` varchar(39) CHARACTER SET ascii NOT NULL,
|
`ip` varchar(39) CHARACTER SET ascii NOT NULL,
|
||||||
`sticky` int(1) NOT NULL,
|
`sticky` int(1) NOT NULL,
|
||||||
`locked` int(1) NOT NULL,
|
`locked` int(1) NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user