Skip to content

Commit

Permalink
missing step in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TechCowboy committed Mar 22, 2022
1 parent d4535be commit f81f59b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Included Files:

CREATE DATABASE `cbmbbs` /*!40100 DEFAULT CHARACTER SET utf8 */;

USE `cbmbbs`

CREATE TABLE `accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
Expand Down

0 comments on commit f81f59b

Please sign in to comment.