From 7576242a7103bcd7263ac2796945dc676648a8e7 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Fri, 17 Jan 2020 08:44:27 -0500 Subject: [PATCH] Add disclaimer to README Signed-off-by: Alek Ratzloff --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 22a3776..8e155b3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Market simulator. Details coming soon... +# Disclaimer + +This is currently in-development. I'm actively deleting migrations, because I want to avoid a lot of +migrations as I feel out what the models should look like for the initial release. Until this +software reaches a point release, don't expect your database to be compatible from one commit to the +next. + # Running 1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`)