From 1406111f221ceae8b2107ec69743684ccfcc8b88385840fcd8b1f13e04f13028 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Fri, 24 Jul 2026 21:31:20 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B2=D0=B5=D1=80:=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20PostgreSQL?= =?UTF-8?q?=20schema=20v1=20=D0=B4=D0=BB=D1=8F=20=D0=B0=D0=B2=D1=82=D0=BE?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shine-server-db/src/main/resources/postgres/schema_v1.sql | 2 +- VERSION.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SHiNE-server/shine-server-db/src/main/resources/postgres/schema_v1.sql b/SHiNE-server/shine-server-db/src/main/resources/postgres/schema_v1.sql index 128b590c..05cc3aee 100644 --- a/SHiNE-server/shine-server-db/src/main/resources/postgres/schema_v1.sql +++ b/SHiNE-server/shine-server-db/src/main/resources/postgres/schema_v1.sql @@ -676,7 +676,7 @@ BEGIN END IF; IF NEW.prev_line_number = NEW.line_code THEN - IF NEW.this_line_number <> CASE WHEN NEW.msg_type = 1 THEN 0 ELSE 1 END THEN + IF NEW.this_line_number <> (CASE WHEN NEW.msg_type = 1 THEN 0 ELSE 1 END) THEN RAISE EXCEPTION 'LINE_ERR_FIRST_STEP_BAD_THIS'; END IF; RETURN NEW; diff --git a/VERSION.properties b/VERSION.properties index 043db45b..ef92e756 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ client.version=1.2.354 -server.version=1.2.321 +server.version=1.2.322