s/subforum/forum

This commit is contained in:
David Hoppenbrouwers
2022-10-07 23:36:21 +02:00
parent 1eb77bc340
commit 2dcf9c5cf7
6 changed files with 17 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ insert into users (name, password) values (
"$argon2id$v=19$m=65536,t=3,p=4$9v5fS2ktxTinNEbIGUOoFQ$LMdEuAuuTCJ7utOE88+nXn7o6R/DEKY8ZA6wV+YkVGQ"
);
insert into subforums (name, description, allowed_roles_mask)
insert into forums (name, description, allowed_roles_mask)
values ("Earth", "The totality of all space and time; all that is, has been, and will be.", 1);
insert into threads (author_id, forum_id, create_time, modify_time, update_time, title, text)