mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix SQL dump for the third time
I'm tired of doing this already, sorry
This commit is contained in:
parent
fe42fbb3dc
commit
2f8c8d9035
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
ALTER TABLE `groups` ADD COLUMN `everyone_can_create_topics` boolean NOT NULL AFTER `administrators_list_display`;
|
ALTER TABLE `groups` ADD COLUMN `everyone_can_create_topics` boolean NOT NULL DEFAULT FALSE AFTER `administrators_list_display`;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `topics` (
|
CREATE TABLE IF NOT EXISTS `topics` (
|
||||||
`id` bigint(20) unsigned NOT NULL,
|
`id` bigint(20) unsigned NOT NULL,
|
||||||
|
|
Loading…
Reference in a new issue