Skip to content

Commit a08dec4

Browse files
authored
Update README (#375)
The migrations path is outdated now (just going over the setup again).
1 parent fbed4bb commit a08dec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ postgres=# CREATE DATABASE clusterdev;
9191
We are using [Yoyo Migrations](https://ollycope.com/software/yoyo/) to manage tables, indexes, etc. in our database. To create tables in your local database, apply the migrations in `src/discord-cluster-manager/migrations` with the following command line:
9292

9393
```
94-
yoyo apply src/discord-cluster-manager/migrations \
94+
yoyo apply src/migrations \
9595
-d postgresql://user:password@localhost/clusterdev
9696
```
9797

0 commit comments

Comments
 (0)