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:
parent
1020e3ed24
commit
2d45645fba
4 changed files with 4 additions and 4 deletions
|
@ -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),
|
||||||
|
|
|
@ -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),
|
||||||
|
|
|
@ -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),
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue