Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d9b053

Browse files
committed
Missing note about the schema/database comparison.
1 parent bf4a24c commit 7d9b053

File tree

1 file changed

+4
-1
lines changed
  • Docs/Documentation
    • Examples.md

1 file changed

+4
-1
lines changed

Docs/Documentation/Examples.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ If you want to force the comparison between schema file and database you can use
2222
cake Migrations.migration generate --compare
2323
```
2424

25+
**Note:** *The comparison can be made on a double-handed path. Between the (modified) schema and the database, and also
26+
between the (modified) database and the schema.*
27+
2528
Running All Pending Migrations
2629
-----------------------------
2730

@@ -111,4 +114,4 @@ If you want to jump to a certain migration, you can use ```--jump-to``` or ```-j
111114
cake Migrations.migration run all -j 1458963215_articles_table
112115
```
113116

114-
Remember all migrations before this will be set as executed.
117+
Remember all migrations before this will be set as executed.

0 commit comments

Comments
(0)