modified docusaurus admonitions of the files as suggested

This commit is contained in:
Shreedhar Hegde
2022-04-28 09:35:04 +05:30
parent a0e3f00437
commit c1fac27ccf
3 changed files with 7 additions and 7 deletions
@@ -34,11 +34,12 @@ module.exports = {
}
```
```bash npm2yarn
npm run seed
```
:::note
When changing from SQLite to Postgres, you should seed the database again using:
```bash npm2yarn
npm run seed
```
:::