summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTobi?? ?tancel <trestitrdlo@gmail.com>2017-12-25 02:01:14 +0000
committerTobi?? ?tancel <trestitrdlo@gmail.com>2017-12-25 02:01:14 +0000
commit35e570168caf5be836d1a87f10cd4b2121801ba6 (patch)
treeab7fbef24b731afa2d16770a435ab1c2fd7ffb0c /README.rst
parent763eac9e28f3c4416da6f68803e7c7bc9299eef5 (diff)
downloadyoyo-35e570168caf5be836d1a87f10cd4b2121801ba6.tar.gz
README.rst edited online with Bitbucket
Diffstat (limited to 'README.rst')
-rwxr-xr-xREADME.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 14d62c7..d4e8b9c 100755
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ Start a new migration::
Apply migrations from directory ``migrations`` to a PostgreSQL database::
- yoyo apply --database postgresql://scott:tiger@localhost/db ./migrations
+ yoyo apply --database postgresql://scott:tiger@localhost/db?schema=some_schema ./migrations
Rollback migrations previously applied to a MySQL database::