auditordb postgres plugin: fix index
This commit is contained in:
parent
20a8a569ad
commit
176bd57550
@ -435,8 +435,8 @@ postgres_create_tables (void *cls)
|
|||||||
",reserve_profits_curr VARCHAR("TALER_CURRENCY_LEN_STR") NOT NULL"
|
",reserve_profits_curr VARCHAR("TALER_CURRENCY_LEN_STR") NOT NULL"
|
||||||
")");
|
")");
|
||||||
|
|
||||||
SQLEXEC_INDEX("CREATE INDEX historic_reserve_summary_by_master_pub_start_date"
|
SQLEXEC_INDEX("CREATE INDEX historic_reserve_summary_by_master_pub_start_date "
|
||||||
" ON historic_ledger(master_pub,start_date)");
|
"ON historic_reserve_summary(master_pub,start_date)");
|
||||||
|
|
||||||
|
|
||||||
/* Table with historic business ledger; basically, when the exchange
|
/* Table with historic business ledger; basically, when the exchange
|
||||||
|
Loading…
Reference in New Issue
Block a user