Removed update-db step.
parent
6147c3502a
commit
9c36dc485e
|
@ -48,13 +48,7 @@ mysql://username:mypassword@localhost:3306/mydb
|
||||||
yarn build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create database tables
|
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**.
|
||||||
|
|
||||||
```bash
|
|
||||||
yarn update-db
|
|
||||||
```
|
|
||||||
|
|
||||||
This will also create a login account with username **admin** and password **umami**.
|
|
||||||
|
|
||||||
### Start the application
|
### Start the application
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue