Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano authored Mar 6, 2021
1 parent 26f10ef commit 2099c24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ If you ever switched to a branch with nonexistent up migrations, you've moved to
The `Migrator` will automatically drop the tables where needed, and re-run the migrations. Switching branches therefore
does not require any intervention on your side.

### What happens if my migrations insert data in the DB

It is quite common, that migrations insert data within migrations. For example if you need to insert a role `admin`

### Trouble shooting

It might be required, right after you installed the plugin, to drop and recreate your test database. If the problem persists, feel free to open an issue.

## Authors
* Juan Pablo Ramirez
* Nicolas Masson
Expand Down

0 comments on commit 2099c24

Please sign in to comment.