From c4123ce6da6fb942867b0567fd0518aef172100d Mon Sep 17 00:00:00 2001 From: Brian McGonagill Date: Fri, 26 Jul 2024 09:35:45 -0500 Subject: [PATCH] Updated note about possible breaking changes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0533e2a..5aba949 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Get My Open source shopping / list app. +## NOTE: +If you were using this previously, the new updates change the data structure. Please remove your old database if you find odd behavior or errors. The data structures may simply be incompatible. +I apologize for any inconvenince as I simplify the app a bit. + ## Keeping it Simple - Registration / Login System built in - 1st user to register is the system admin by default.