Skip to content

Commit

Permalink
Update setup steps to mention db schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
minimicronano committed Jul 9, 2024
1 parent 6e113ad commit eaa3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This assumes you are using VSCode as your IDE. If you have errors or issues, you
2. Install [Postgres 16](https://www.postgresql.org/download/) and PGAdmin4 for interacting with postgres (optional, but helpful)
3. Install Yarn using: `npm i -g yarn`
4. Clone the repo: `git clone https://github.com/oldschoolgg/oldschoolbot.git`
5. Run `corepack enable` and `yarn` in the root of the repo.
5. Run the following commands in the root of the repo: `corepack enable`, `yarn`, `npx prisma db push` and `npx prisma db push --schema ./prisma/robochimp.prisma`

### Configuration

Expand Down

0 comments on commit eaa3f13

Please sign in to comment.