Update 10_Versioning.md

This commit is contained in:
BeQ 2015-01-24 18:24:02 -05:00
parent 3e811112c9
commit 92c6aa93fd

View File

@ -30,7 +30,7 @@ The extension is automatically applied to `SiteTree` class. For more information
## Database Structure ## Database Structure
Depending on how many stages you configured, two or more new tables will be created for your records. In the above, this Depending on how many stages you configured, two or more new tables will be created for your records. In the above, this
will create a new `MyClass_Live` table once you've rebuilt the database. will create a new `MyRecord_Live` table once you've rebuilt the database.
<div class="notice" markdown="1"> <div class="notice" markdown="1">
Note that the "Stage" naming has a special meaning here, it will leave the original table name unchanged, rather than Note that the "Stage" naming has a special meaning here, it will leave the original table name unchanged, rather than
@ -174,4 +174,4 @@ permissions, and avoid exposing unpublished content to your users.
## API Documentation ## API Documentation
* [api:Versioned] * [api:Versioned]