reset data for 2.1 installations unless running on STRLTEST

A second condition is checked for when determining whether demo data must be
reset; if version '2.1' of the app is installed and the target is not node
STRLTEST, data will be reset. Note that the version must be exactly '2.1', not
'2.1*'. The updated version will be '2.1.1'

This commit is added to handle an issue with a previously deployed version where
the incorrect install script was included. Node STRLTEST was manually fixed and
new data added to the database, leading to the need for this exception.
This commit is contained in:
2025-01-23 09:49:35 -08:00
parent c7fdd2968a
commit 6d26a3abcf
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "streamline-emr",
"org": "streamline",
"version": "2.1",
"version": "2.1.1",
"platforms": [
"linux/arm64"
],