Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov authored Feb 1, 2019
1 parent 6994fa6 commit 9e517f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ migrate.load

```bash
load database
from mysql://shop:jW4mKYSVRVZPGyNn@127.0.0.1:3306/shop_smarty
into pgsql:///test
ALTER SCHEMA 'shop_smarty' RENAME TO 'public';
from mysql://shop:jW4mKYSVRVZPGyNn@127.0.0.1:3306/shop_smarty
into pgsql:///test
ALTER SCHEMA 'shop_smarty' RENAME TO 'public';
```


Expand Down

0 comments on commit 9e517f1

Please sign in to comment.