Skip to content

Commit

Permalink
Removed update-db step.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Oct 18, 2022
1 parent 6147c35 commit 9c36dc4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ mysql://username:mypassword@localhost:3306/mydb
yarn build
```

### Create database tables

```bash
yarn update-db
```

This will also create a login account with username **admin** and password **umami**.
The build step will also create tables in your database if you ae installing for the first time. It will also create a login account with username **admin** and password **umami**.

### Start the application

Expand Down

0 comments on commit 9c36dc4

Please sign in to comment.