mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Once again fix the SQL dump from the last commit before last
I have anonymous posting turned off on my instance and I forgot to do it a little, so yes
This commit is contained in:
parent
a082d84d54
commit
fe42fbb3dc
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ CREATE TABLE IF NOT EXISTS `topics` (
|
|||
`title` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
|
||||
`closed` boolean NOT NULL DEFAULT FALSE,
|
||||
`pinned` boolean NOT NULL DEFAULT FALSE,
|
||||
`anonymous` boolean NOT NULL DEFAULT FALSE,
|
||||
`flags` tinyint(3) unsigned DEFAULT NULL,
|
||||
`deleted` tinyint(1) DEFAULT 0
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
|
||||
|
|
Loading…
Reference in a new issue