Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Jan 11, 2017
1 parent 956d894 commit 08b14f8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ semantics may change.
## How to

Migrations are specified in files, to be executed in the order of
their filename. It is advised to use the unix system time as the
basis for the filename of your migration, postfixed with a short name
of what the migration performs.

In the future, we intend multiple folders to be supported, so the
migrations can be grouped on a logical level.
their filename. The files may reside in subfolders. It is advised
to use the unix system time as the basis for the filename of your
migration, postfixed with a short name of what the migration performs.

### Specifying the migration

Expand Down Expand Up @@ -56,7 +53,7 @@ query like:

Run the migrations service in your pipeline, add the
migrations-service to your mu-project and make sure all migrations are
available.
available in `/data/migrations`. The migrations may be grouped in subfolders.

```
migrationsservice:
Expand Down

0 comments on commit 08b14f8

Please sign in to comment.