Skip to content

Commit

Permalink
Added how to enable/disable validateOnMigrate
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Sep 25, 2014
1 parent f197833 commit 7876060
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/source/play-flyway/index.html.markdown
Expand Up @@ -116,6 +116,14 @@ to be rewritten to
INSERT INTO USERS (bar) VALUES ('pupi')
```

### Enable/disable Validation

From flyway 3.0, `validate` run before `migrate` by default.
Set `validateOnMigrate` to false if you want to disable this.

```
db.${dbName}.migration.validateOnMigrate=false // true by default
```

### Dev

Expand Down

0 comments on commit 7876060

Please sign in to comment.