s/subforum/forum
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user