1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 10:56:25 -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,
min_message_length SMALLINT NOT NULL,
allow_embeds BOOL NOT NULL,
redictect_to_thread BOOL NOT NULL,
redirect_to_thread BOOL NOT NULL,
require_file BOOL NOT NULL,
enable_catalog BOOL NOT NULL,
FOREIGN KEY(section_id) REFERENCES DBPREFIXsections(id),

View file

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

View file

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

View file

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