File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ See the [reference documentation](http://mybatis.github.io/migrations)
38
38
Download and extract migrations to any directory.
39
39
``` sh
40
40
cd $HOME /opt
41
- wget https://oss.sonatype.org/content/repositories/releases/org/mybatis/mybatis-migrations/3.3.1 /mybatis-migrations-3.3.1 -bundle.zip
42
- unzip mybatis-migrations-3.3.1 -bundle.zip
41
+ wget https://oss.sonatype.org/content/repositories/releases/org/mybatis/mybatis-migrations/3.3.4 /mybatis-migrations-3.3.4 -bundle.zip
42
+ unzip mybatis-migrations-3.3.4 -bundle.zip
43
43
```
44
44
45
45
In your ~ /.bashrc or ~ /.zshrc or equivalent add
46
46
```
47
- export MIGRATIONS=$HOME/opt/mybatis-migrations-3.3.1 # replace with path you extracted to
47
+ export MIGRATIONS=$HOME/opt/mybatis-migrations-3.3.4 # replace with path you extracted to
48
48
export PATH=$MIGRATIONS/bin:$PATH
49
49
```
50
50
@@ -58,4 +58,4 @@ After that read the ./drivers and ./environments section of [Migrations init](ht
58
58
59
59
## License
60
60
61
- Migrations is [ Apache Licensed] ( LICENSE )
61
+ Migrations is [ Apache Licensed] ( LICENSE )
You can’t perform that action at this time.
0 commit comments