From fc368b91d2b25c7d21df3fe7cb71afdde7ed5e47 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 30 Aug 2018 17:03:41 -0700 Subject: [PATCH] Restore the timespec_val column name in the slots table. Renaming it would require a backwards-incompatible schema change, something that shouldn't happen in the middle of a stable series. --- libgnucash/backend/sql/gnc-slots-sql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/backend/sql/gnc-slots-sql.cpp b/libgnucash/backend/sql/gnc-slots-sql.cpp index cf1fc7bc94..4d197345e7 100644 --- a/libgnucash/backend/sql/gnc-slots-sql.cpp +++ b/libgnucash/backend/sql/gnc-slots-sql.cpp @@ -140,7 +140,7 @@ static const EntryVec col_table gnc_sql_make_table_entry("double_val", 0, 0, (QofAccessFunc)get_double_val, set_double_val), - gnc_sql_make_table_entry("time_val", 0, 0, + gnc_sql_make_table_entry("timespec_val", 0, 0, (QofAccessFunc)get_time_val, (QofSetterFunc)set_time_val), gnc_sql_make_table_entry("guid_val", 0, 0,