Skip to content

Commit

Permalink
Added docs for flyway/flyway#128
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Feb 2, 2016
1 parent fef33f5 commit 54e8ed6
Show file tree
Hide file tree
Showing 20 changed files with 144 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/ant/info.html
Expand Up @@ -85,6 +85,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -194,6 +200,7 @@ <h2>Sample configuration</h2><pre
&lt;property name=&quot;flyway.table&quot; value=&quot;schema_history&quot;/&gt;
&lt;property name=&quot;flyway.locations&quot; value=&quot;classpath:com.mycomp.db,db/mig,filesystem:/sql-mig&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationPrefix&quot; value=&quot;Migration-&quot;/&gt;
&lt;property name=&quot;flyway.repeatableSqlMigrationPrefix&quot; value=&quot;RRR&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSeparator&quot; value=&quot;__&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSuffix&quot; value=&quot;-OK.sql&quot;/&gt;
&lt;property name=&quot;flyway.encoding&quot; value=&quot;ISO-8859-1&quot;/&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/ant/migrate.html
Expand Up @@ -97,6 +97,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -262,6 +268,7 @@ <h2>Sample configuration</h2><pre
&lt;property name=&quot;flyway.table&quot; value=&quot;schema_history&quot;/&gt;
&lt;property name=&quot;flyway.locations&quot; value=&quot;classpath:com.mycomp.db,db/mig,filesystem:/sql-mig&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationPrefix&quot; value=&quot;Migration-&quot;/&gt;
&lt;property name=&quot;flyway.repeatableSqlMigrationPrefix&quot; value=&quot;RRR&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSeparator&quot; value=&quot;__&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSuffix&quot; value=&quot;-OK.sql&quot;/&gt;
&lt;property name=&quot;flyway.encoding&quot; value=&quot;ISO-8859-1&quot;/&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/ant/repair.html
Expand Up @@ -91,6 +91,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -183,6 +189,7 @@ <h2>Sample configuration</h2><pre
&lt;property name=&quot;flyway.table&quot; value=&quot;schema_history&quot;/&gt;
&lt;property name=&quot;flyway.locations&quot; value=&quot;classpath:com.mycomp.db,db/mig,filesystem:/sql-mig&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationPrefix&quot; value=&quot;Migration-&quot;/&gt;
&lt;property name=&quot;flyway.repeatableSqlMigrationPrefix&quot; value=&quot;RRR&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSeparator&quot; value=&quot;__&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSuffix&quot; value=&quot;-OK.sql&quot;/&gt;
&lt;property name=&quot;flyway.encoding&quot; value=&quot;ISO-8859-1&quot;/&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/ant/validate.html
Expand Up @@ -91,6 +91,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -211,6 +217,7 @@ <h2>Sample configuration</h2><pre
&lt;property name=&quot;flyway.table&quot; value=&quot;schema_history&quot;/&gt;
&lt;property name=&quot;flyway.locations&quot; value=&quot;classpath:com.mycomp.db,db/mig,filesystem:/sql-mig&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationPrefix&quot; value=&quot;Migration-&quot;/&gt;
&lt;property name=&quot;flyway.repeatableSqlMigrationPrefix&quot; value=&quot;RRR&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSeparator&quot; value=&quot;__&quot;/&gt;
&lt;property name=&quot;flyway.sqlMigrationSuffix&quot; value=&quot;-OK.sql&quot;/&gt;
&lt;property name=&quot;flyway.encoding&quot; value=&quot;ISO-8859-1&quot;/&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/commandline/info.html
Expand Up @@ -91,6 +91,12 @@ <h2>Options</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -184,6 +190,7 @@ <h2>Sample configuration</h2><pre
flyway.table=schema_history
flyway.locations=classpath:com.mycomp.migration,database/migrations,filesystem:/sql-migrations
flyway.sqlMigrationPrefix=Migration-
flyway.repeatableSqlMigrationPrefix=RRR
flyway.sqlMigrationSeparator=__
flyway.sqlMigrationSuffix=-OK.sql
flyway.encoding=ISO-8859-1
Expand Down
7 changes: 7 additions & 0 deletions documentation/commandline/migrate.html
Expand Up @@ -93,6 +93,12 @@ <h2>Options</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -241,6 +247,7 @@ <h2>Sample configuration</h2><pre
flyway.table=schema_history
flyway.locations=classpath:com.mycomp.migration,database/migrations,filesystem:/sql-migrations
flyway.sqlMigrationPrefix=Migration-
flyway.repeatableSqlMigrationPrefix=RRR
flyway.sqlMigrationSeparator=__
flyway.sqlMigrationSuffix=-OK.sql
flyway.encoding=ISO-8859-1
Expand Down
7 changes: 7 additions & 0 deletions documentation/commandline/repair.html
Expand Up @@ -97,6 +97,12 @@ <h2>Options</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -173,6 +179,7 @@ <h2>Sample configuration</h2><pre
flyway.table=schema_history
flyway.locations=classpath:com.mycomp.migration,database/migrations,filesystem:/sql-migrations
flyway.sqlMigrationPrefix=Migration-
flyway.repeatableSqlMigrationPrefix=RRR
flyway.sqlMigrationSeparator=__
flyway.sqlMigrationSuffix=-OK.sql
flyway.encoding=ISO-8859-1
Expand Down
7 changes: 7 additions & 0 deletions documentation/commandline/validate.html
Expand Up @@ -92,6 +92,12 @@ <h2>Options</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -196,6 +202,7 @@ <h2>Sample configuration</h2><pre
flyway.table=schema_history
flyway.locations=classpath:com.mycomp.migration,database/migrations,filesystem:/sql-migrations
flyway.sqlMigrationPrefix=Migration-
flyway.repeatableSqlMigrationPrefix=RRR
flyway.sqlMigrationSeparator=__
flyway.sqlMigrationSuffix=-OK.sql
flyway.encoding=ISO-8859-1
Expand Down
7 changes: 7 additions & 0 deletions documentation/gradle/info.html
Expand Up @@ -84,6 +84,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -177,6 +183,7 @@ <h2>Sample configuration</h2>
table = 'schema_history'
locations = ['classpath:migrations1', 'migrations2', 'filesystem:/sql-migrations']
sqlMigrationPrefix = 'Migration-'
repeatableSqlMigrationPrefix = 'RRR'
sqlMigrationSeparator = '__'
sqlMigrationSuffix = '-OK.sql'
encoding = 'ISO-8859-1'
Expand Down
7 changes: 7 additions & 0 deletions documentation/gradle/migrate.html
Expand Up @@ -87,6 +87,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -240,6 +246,7 @@ <h2>Sample configuration</h2>
table = 'schema_history'
locations = ['classpath:migrations1', 'migrations2', 'filesystem:/sql-migrations']
sqlMigrationPrefix = 'Migration-'
repeatableSqlMigrationPrefix = 'RRR'
sqlMigrationSeparator = '__'
sqlMigrationSuffix = '-OK.sql'
encoding = 'ISO-8859-1'
Expand Down
7 changes: 7 additions & 0 deletions documentation/gradle/repair.html
Expand Up @@ -88,6 +88,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -165,6 +171,7 @@ <h2>Sample configuration</h2>
table = 'schema_history'
locations = ['classpath:migrations1', 'migrations2', 'filesystem:/sql-migrations']
sqlMigrationPrefix = 'Migration-'
repeatableSqlMigrationPrefix = 'RRR'
sqlMigrationSeparator = '__'
sqlMigrationSuffix = '-OK.sql'
encoding = 'ISO-8859-1'
Expand Down
7 changes: 7 additions & 0 deletions documentation/gradle/validate.html
Expand Up @@ -87,6 +87,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -192,6 +198,7 @@ <h2>Sample configuration</h2>
table = 'schema_history'
locations = ['classpath:migrations1', 'migrations2', 'filesystem:/sql-migrations']
sqlMigrationPrefix = 'Migration-'
repeatableSqlMigrationPrefix = 'RRR'
sqlMigrationSeparator = '__'
sqlMigrationSuffix = '-OK.sql'
encoding = 'ISO-8859-1'
Expand Down
7 changes: 7 additions & 0 deletions documentation/maven/info.html
Expand Up @@ -93,6 +93,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -208,6 +214,7 @@ <h2>Sample configuration</h2>
&lt;location&gt;filesystem:/sql-migrations&lt;/location&gt;
&lt;/locations&gt;
&lt;sqlMigrationPrefix&gt;Migration-&lt;/sqlMigrationPrefix&gt;
&lt;repeatableSqlMigrationPrefix&gt;RRR&lt;/repeatableSqlMigrationPrefix&gt;
&lt;sqlMigrationSeparator&gt;__&lt;/sqlMigrationSeparator&gt;
&lt;sqlMigrationSuffix&gt;-OK.sql&lt;/sqlMigrationSuffix&gt;
&lt;encoding&gt;ISO-8859-1&lt;/encoding&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/maven/migrate.html
Expand Up @@ -109,6 +109,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -284,6 +290,7 @@ <h2>Sample configuration</h2>
&lt;location&gt;filesystem:/sql-migrations&lt;/location&gt;
&lt;/locations&gt;
&lt;sqlMigrationPrefix&gt;Migration-&lt;/sqlMigrationPrefix&gt;
&lt;repeatableSqlMigrationPrefix&gt;RRR&lt;/repeatableSqlMigrationPrefix&gt;
&lt;sqlMigrationSeparator&gt;__&lt;/sqlMigrationSeparator&gt;
&lt;sqlMigrationSuffix&gt;-OK.sql&lt;/sqlMigrationSuffix&gt;
&lt;encoding&gt;ISO-8859-1&lt;/encoding&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/maven/repair.html
Expand Up @@ -97,6 +97,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -196,6 +202,7 @@ <h2>Sample configuration</h2>
&lt;location&gt;filesystem:/sql-migrations&lt;/location&gt;
&lt;/locations&gt;
&lt;sqlMigrationPrefix&gt;Migration-&lt;/sqlMigrationPrefix&gt;
&lt;repeatableSqlMigrationPrefix&gt;RRR&lt;/repeatableSqlMigrationPrefix&gt;
&lt;sqlMigrationSeparator&gt;__&lt;/sqlMigrationSeparator&gt;
&lt;sqlMigrationSuffix&gt;-OK.sql&lt;/sqlMigrationSuffix&gt;
&lt;encoding&gt;ISO-8859-1&lt;/encoding&gt;
Expand Down
7 changes: 7 additions & 0 deletions documentation/maven/validate.html
Expand Up @@ -100,6 +100,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>repeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>sqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -227,6 +233,7 @@ <h2>Sample configuration</h2>
&lt;location&gt;filesystem:/sql-migrations&lt;/location&gt;
&lt;/locations&gt;
&lt;sqlMigrationPrefix&gt;Migration-&lt;/sqlMigrationPrefix&gt;
&lt;repeatableSqlMigrationPrefix&gt;RRR&lt;/repeatableSqlMigrationPrefix&gt;
&lt;sqlMigrationSeparator&gt;__&lt;/sqlMigrationSeparator&gt;
&lt;sqlMigrationSuffix&gt;-OK.sql&lt;/sqlMigrationSuffix&gt;
&lt;encoding&gt;ISO-8859-1&lt;/encoding&gt;
Expand Down
8 changes: 8 additions & 0 deletions documentation/sbt/info.html
Expand Up @@ -84,6 +84,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>flywayRepeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>flywaySqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -186,6 +192,8 @@ <h2>Sample configuration</h2>

flywaySqlMigrationPrefix := "Migration-"

flywayRepeatableSqlMigrationPrefix := "RRR"

flywaySqlMigrationSeparator := "__"

flywaySqlMigrationSuffix := "-OK.sql"
Expand Down
8 changes: 8 additions & 0 deletions documentation/sbt/migrate.html
Expand Up @@ -87,6 +87,12 @@ <h2>Configuration</h2>
<td>V</td>
<td>The file name prefix for Sql migrations</td>
</tr>
<tr>
<td>flywayRepeatableSqlMigrationPrefix</td>
<td>NO</td>
<td>R</td>
<td>The file name prefix for repeatable Sql migrations</td>
</tr>
<tr>
<td>flywaySqlMigrationSeparator</td>
<td>NO</td>
Expand Down Expand Up @@ -249,6 +255,8 @@ <h2>Sample configuration</h2>

flywaySqlMigrationPrefix := "Migration-"

flywayRepeatableSqlMigrationPrefix := "RRR"

flywaySqlMigrationSeparator := "__"

flywaySqlMigrationSuffix := "-OK.sql"
Expand Down

0 comments on commit 54e8ed6

Please sign in to comment.