From 71843eb27fd54f0826d171fff64de5ebaf8fe401 Mon Sep 17 00:00:00 2001 From: etreschenkov Date: Fri, 6 Feb 2026 15:47:42 +0300 Subject: [PATCH] new app version --- src/main/resources/sql/v2.21.ddl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/sql/v2.21.ddl b/src/main/resources/sql/v2.21.ddl index 2cdcaa8..7a33c62 100644 --- a/src/main/resources/sql/v2.21.ddl +++ b/src/main/resources/sql/v2.21.ddl @@ -57,4 +57,4 @@ where spfm.fid is not null and sup.status = 'ON_MONITORING' order by spfm.phone_l, spfm.calculated_at desc; -insert into app_version values ('2.0') \ No newline at end of file +insert into app_version values ('2.21') \ No newline at end of file