From d70953c0715b284cf2c2b89376f15f3bb53c4409 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sat, 11 Dec 2021 09:13:43 -0800 Subject: [PATCH] Rephrase db migration instruction (#1843) --- docs/database-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database-migration.md b/docs/database-migration.md index 0150c561..66ef2052 100644 --- a/docs/database-migration.md +++ b/docs/database-migration.md @@ -6,7 +6,7 @@ Alembic is used for database migrations. To change any database model, follow these steps. -- Make sure that you have an up-to-date squeaknode with a sqlite database. +- Make sure that squeaknode on your local machine is running with the most up-to-date database migration. - Make a note of the path to the ".db" sqlite database file. (Usually `~/.sqk/data/testnet/data.db` by default). If this is an initial migration, then create an empty file at this location. - Make the changes to database models in `squeaknode/db/models.py` - Update the `alembic.ini` file to point to the sqlite file from before: