diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-06 19:04:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-06 19:04:54 +0100 |
commit | 57acad487de0ecb3f964c83a60e4f2d7d1ec460b (patch) | |
tree | 7f5fc4aa8a264f256cbdae86d603bf86cea4d793 /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 0b370a68148507016c6e707b01918350887887f7 (diff) |
move extension options to external table
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 730c58b88..237084ae3 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);", |