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