Skip to content

Commit

Permalink
Add migrations README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakawait committed Nov 13, 2016
1 parent f75a5b0 commit 33ecca8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions migrations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Migrations

## 0.1.0-ALPHA to 0.1.1-ALPHA

### Using migration script

```bash
./0_1_0_to_0_1_1 /path/to/config.toml
```

Should works with `.toml`, `.yml` and `.json`

### Manually

Replace

```toml
[params]
google_analytics_id = UA-XXX-X
```

to (top level)

```toml
googleAnalytics = UA-XXX-X
```

0 comments on commit 33ecca8

Please sign in to comment.