Skip to content

Commit

Permalink
[#377] Edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antlu committed Feb 6, 2023
1 parent 3665e59 commit abd5869
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ bin/rails test

In order to add a new migration do the following steps:

1. Add a new migration inside the core
1. Add a new migration to `core/db/migrate`.
2. Run the command inside the `web` container

```bash
rake uffizzi_core:install
```

This command copies the new migration to the `db/migrate` folder

3. Migrate both `core` and `web` with
```
bundler exec rails db:migrate
```

0 comments on commit abd5869

Please sign in to comment.