Update database docs for plugin authors for new alembic branching world
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 25 Mar 2016 20:38:58 +0000 (13:38 -0700)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:08 +0000 (11:39 -0700)
commitee843c47835ebcf9585da63f29d226046b0baf67
treec0276d040d5eca402fb7836812056991a1be357f
parent8b7343c611c08793e1e796059e28e0903b5b5174
Update database docs for plugin authors for new alembic branching world

Things have gotten both easier and more complex in the branching world
view.  Plugins branch off of main with their own migrations.
Generating these has become a bit easier, but the steps for doing this
are a bit wordy to explain.

* docs/source/pluginwriter/database.rst: Update both the
  "Creating new Tables" and "Changing the Database Schema Later"
  sections accordingly.
docs/source/pluginwriter/database.rst