From 5af98ac9117884da558a3cc7843f1f2c065a0043c9fd00f0c8156c332d88ef29 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Fri, 24 Jul 2026 22:30:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B2=D0=B5=D1=80:=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D1=82=D1=8C=20PostgreSQL=20schem?= =?UTF-8?q?a=20v1=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=83=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B9=20Solana=20sync=20=D0=B1=D0=B0=D0=B7=D1=8B?= 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 | 4 ++-- VERSION.properties | 2 +- 2 files changed, 3 insertions(+), 3 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 05cc3aee..7dceb287 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 @@ -60,8 +60,8 @@ CREATE TABLE IF NOT EXISTS solana_sync_tx_history ( is_relevant BOOLEAN NOT NULL, affected_pda_address TEXT, affected_login TEXT, - raw_tx_json TEXT NOT NULL, - saved_at_ms BIGINT NOT NULL + raw_summary_json TEXT NOT NULL, + processed_at_ms BIGINT NOT NULL ); CREATE INDEX IF NOT EXISTS idx_sync_tx_history_slot diff --git a/VERSION.properties b/VERSION.properties index a83f4e2b..c6df679d 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ client.version=1.2.354 -server.version=1.2.324 +server.version=1.2.325