Fix SQL dump for the third time

I'm tired of doing this already, sorry
This commit is contained in:
Maxim Leshchenko 2021-12-15 01:05:29 +02:00 committed by GitHub
parent fe42fbb3dc
commit 2f8c8d9035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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` (
`id` bigint(20) unsigned NOT NULL,