Skip to content

Commit

Permalink
Adding to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
it0a committed Jun 2, 2015
1 parent f90b76c commit 14db260
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ migrations/databases.clj
"0.0.2" ["1.sql"]}
```
This defines three files that will run in the following order:
* migrations/0.0.1/1.sql
* migrations/0.0.1/2.sql
* migrations/0.0.2/1.sql
```
migrations/0.0.1/1.sql
migrations/0.0.1/2.sql
migrations/0.0.2/1.sql
```

**migrations/databases.clj**:
```clojure
Expand Down

0 comments on commit 14db260

Please sign in to comment.