Removing broken reference to "getNextID()"

It doesn't exist.
This commit is contained in:
Will Morgan 2014-02-21 15:21:48 +00:00 committed by Will Morgan
parent d6da92edeb
commit 6e0a65f293

View File

@ -110,5 +110,4 @@ The information documented in this page is reflected in a few places in the code
* augmentWrite() is responsible for altering the normal database writing operation to handle versions.
* augmentQuery() is responsible for altering the normal data selection queries to support versions.
* augmentDatabase() is responsible for specifying the altered database schema to support versions.
* `[api:MySQLDatabase]`: getNextID() is used when creating new objects; it also handles the mechanics of
updating the database to have the required schema.
* `[api:MySQLDatabase]`: handles the mechanics of updating the database to have the required schema.