Skip to content

Commit

Permalink
Fiuxed readme header redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Jan 29, 2014
1 parent d2faffe commit a9e7111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,6 @@ an effect for a certain insert.
After the documents model has been setup versioning works behind the scenes, there is no need for you to do anything else, everytime `save` is called it will make sure the
version you have is upto date.

<a name="migrations"></a>
## Database migrations

Even though MongoDB is schemaless, you sometimes may need to modify your records. To do so, you may use the `yiic mongomigrate` command.
Expand Down Expand Up @@ -1081,7 +1080,7 @@ To use it simply place it in your configuration:

It will work the same way as any other auth manager.

**Note:** You may want to use [Database migrations](#migrations) to keep authorization settings across your application instances up to date.
**Note:** You may want to use [Database migrations](#database-migrations) to keep authorization settings across your application instances up to date.

## Upgrade Notes

Expand Down

0 comments on commit a9e7111

Please sign in to comment.