From c8f3bf5a70ff74a509a7ec4721797e407a31d507 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 22 Jun 2018 18:22:21 -0700 Subject: Add mention of migrations and Alembic in design and glossary. --- docs/tutorials/wiki2/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki2') diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst index 515aff276..e3b35d24a 100644 --- a/docs/tutorials/wiki2/design.rst +++ b/docs/tutorials/wiki2/design.rst @@ -19,7 +19,7 @@ Models ====== We'll be using an SQLite database to hold our wiki data, and we'll be using -:term:`SQLAlchemy` to access the data in this database. +:term:`SQLAlchemy` to access the data in this database. We will also use :term:`Alembic` for database migrations, including initialization of the SQLite database. Within the database, we will define two tables: -- cgit v1.2.3