From 57acad487de0ecb3f964c83a60e4f2d7d1ec460b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Nov 2021 19:04:54 +0100 Subject: move extension options to external table --- src/exchangedb/plugin_exchangedb_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 730c58b8..237084ae 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2299,7 +2299,7 @@ prepare_statements (struct PostgresClosure *pg) ",tiny" ",done" ",extension_blocked" - ",extension_options" + ",extension_details_serial_id" " FROM deposits" " WHERE deposit_serial_id > $1" " ORDER BY deposit_serial_id ASC;", @@ -2588,7 +2588,7 @@ prepare_statements (struct PostgresClosure *pg) ",tiny" ",done" ",extension_blocked" - ",extension_options" + ",extension_details_serial_id" ") VALUES " "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10," " $11, $12, $13, $14, $15, $16, $17, $18);", -- cgit v1.2.3