1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 11:46:22 -07:00

Fix spelling error in database

This commit is contained in:
comraderat 2020-05-06 19:17:58 +02:00
parent 1020e3ed24
commit 2d45645fba
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ CREATE TABLE DBPREFIXboards(
max_message_length SMALLINT NOT NULL, max_message_length SMALLINT NOT NULL,
min_message_length SMALLINT NOT NULL, min_message_length SMALLINT NOT NULL,
allow_embeds BOOL NOT NULL, allow_embeds BOOL NOT NULL,
redictect_to_thread BOOL NOT NULL, redirect_to_thread BOOL NOT NULL,
require_file BOOL NOT NULL, require_file BOOL NOT NULL,
enable_catalog BOOL NOT NULL, enable_catalog BOOL NOT NULL,
FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id), FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id),

View file

@ -41,7 +41,7 @@ CREATE TABLE DBPREFIXboards(
max_message_length SMALLINT NOT NULL, max_message_length SMALLINT NOT NULL,
min_message_length SMALLINT NOT NULL, min_message_length SMALLINT NOT NULL,
allow_embeds BOOL NOT NULL, allow_embeds BOOL NOT NULL,
redictect_to_thread BOOL NOT NULL, redirect_to_thread BOOL NOT NULL,
require_file BOOL NOT NULL, require_file BOOL NOT NULL,
enable_catalog BOOL NOT NULL, enable_catalog BOOL NOT NULL,
FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id), FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id),

View file

@ -41,7 +41,7 @@ CREATE TABLE DBPREFIXboards(
max_message_length SMALLINT NOT NULL, max_message_length SMALLINT NOT NULL,
min_message_length SMALLINT NOT NULL, min_message_length SMALLINT NOT NULL,
allow_embeds BOOL NOT NULL, allow_embeds BOOL NOT NULL,
redictect_to_thread BOOL NOT NULL, redirect_to_thread BOOL NOT NULL,
require_file BOOL NOT NULL, require_file BOOL NOT NULL,
enable_catalog BOOL NOT NULL, enable_catalog BOOL NOT NULL,
FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id), FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id),

View file

@ -41,7 +41,7 @@ CREATE TABLE DBPREFIXboards(
max_message_length SMALLINT NOT NULL, max_message_length SMALLINT NOT NULL,
min_message_length SMALLINT NOT NULL, min_message_length SMALLINT NOT NULL,
allow_embeds BOOL NOT NULL, allow_embeds BOOL NOT NULL,
redictect_to_thread BOOL NOT NULL, redirect_to_thread BOOL NOT NULL,
require_file BOOL NOT NULL, require_file BOOL NOT NULL,
enable_catalog BOOL NOT NULL, enable_catalog BOOL NOT NULL,
FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id), FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id),