aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/devel/migrations.rst
Commit message (Collapse)AuthorAgeFilesLines
* Spell-check the entire documentation.Ben Sturmfels2016-09-181-2/+2
|
* doc: Update developer migration docs for Alembic as primary migration systemChristopher Allan Webber2016-03-261-22/+22
| | | | | | * docs/source/devel/migrations.rst: Update to reflect sqlalchemy-migrate as being deprecated and Alembic as being the new way of doing migrations.
* More clarifications on what ./bin/gmg dbupdate does on each run.Christopher Allan Webber2013-06-281-0/+6
| | | | This commit sponsored by Jessica Howard. Thanks, sistah!
* Some documentation on how to write database migrations.Christopher Allan Webber2013-06-281-0/+56
This commit sponsored by Andrei Cristian Petcu. Thanks!