commit 176bd57550fae5f6cb97bd3a742aa2b75c27036c parent 20a8a569ad334174ca251a4cebc995d14bcbdb11 Author: tg(x) <*@tg-x.net> Date: Thu, 3 Nov 2016 21:43:09 +0100 auditordb postgres plugin: fix index Diffstat:
| M | src/auditordb/plugin_auditordb_postgres.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c @@ -435,8 +435,8 @@ postgres_create_tables (void *cls) ",reserve_profits_curr VARCHAR("TALER_CURRENCY_LEN_STR") NOT NULL" ")"); - SQLEXEC_INDEX("CREATE INDEX historic_reserve_summary_by_master_pub_start_date" - " ON historic_ledger(master_pub,start_date)"); + SQLEXEC_INDEX("CREATE INDEX historic_reserve_summary_by_master_pub_start_date " + "ON historic_reserve_summary(master_pub,start_date)"); /* Table with historic business ledger; basically, when the exchange