auditordb postgres plugin: fix index
This commit is contained in:
parent
20a8a569ad
commit
176bd57550
@ -436,7 +436,7 @@ postgres_create_tables (void *cls)
|
||||
")");
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user