Skip to content

Commit

Permalink
Fix readme mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Feb 23, 2015
1 parent 541651c commit 53de03d
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 @@ -29,13 +29,13 @@ You can also specify path where the .sql file will be exported:

**Caveat**: import process will drop and override the tables, therefore make sure you won't press wrong buttons accidentally.

`./flow db:export --sql-file my-dump.sql`
`./flow db:import --sql-file my-dump.sql`
to simply import selected .sql file.

`./flow db:export --package-key Your.SitePackage`
`./flow db:import --package-key Your.SitePackage`
to import `Your.SitePackage/Private/Resources/Content/Content.sql`

`./flow db:export --package-key Your.SitePackage --mode=all`
`./flow db:import --package-key Your.SitePackage --mode=all`
to import `Your.SitePackage/Private/Resources/Content/Dump.sql`


Expand Down

0 comments on commit 53de03d

Please sign in to comment.