Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbarracinv authored Dec 26, 2021
1 parent 8e66eed commit 0859677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ CREATE TABLE `posts` (
KEY `idx_boardmessages_replyid` (`idreply`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO boards (`idboard`,`name`) VALUES (2,'General2');
INSERT INTO boards (`idboard`,`name`) VALUES (1,'General');


0 comments on commit 0859677

Please sign in to comment.