diff options
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index a05f468c..b9cb4506 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -324,7 +324,7 @@ postgres_initialize (void *cls) ",closing_fee_frac" ",closing_fee_curr" ",start_date" - ",end_data" + ",end_date" ",exchange_sig)" " VALUES " "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11)", |