Updated README with new prisma commands
This commit is contained in:
@@ -13,7 +13,7 @@ The [tutorial itself](https://redwoodjs.com/tutorial2/prerequisites) contains in
|
|||||||
git clone https://github.com/redwoodjs/redwood-tutorial
|
git clone https://github.com/redwoodjs/redwood-tutorial
|
||||||
cd redwood-tutorial
|
cd redwood-tutorial
|
||||||
yarn install
|
yarn install
|
||||||
yarn rw db up
|
yarn rw prisma migrate dev
|
||||||
yarn rw db seed
|
yarn rw prisma db seed
|
||||||
yarn rw dev
|
yarn rw dev
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user