diff --git a/README.md b/README.md
index 067679dbe..a66f57ae1 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,10 @@ TEST=true python -m test.test_api_usage -f SuiteName
 # Migrations get run when you create a docker image or you can run them
 # manually with the following command.
 PYTHONPATH=. alembic upgrade head
+
+# You can also rebuild your local sqlite db image from initdb.py using
+rm test/data/test.db
+python initdb.py
 ```
 
 ## Documentation
diff --git a/test/data/test.db b/test/data/test.db
index 183613dcf..123dcca03 100644
Binary files a/test/data/test.db and b/test/data/test.db differ