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.
This commit is contained in:
John Ralls 2018-08-30 17:03:41 -07:00
parent 6dfbf3d5e7
commit fc368b91d2

View File

@ -140,7 +140,7 @@ static const EntryVec col_table
gnc_sql_make_table_entry<CT_DOUBLE>("double_val", 0, 0,
(QofAccessFunc)get_double_val,
set_double_val),
gnc_sql_make_table_entry<CT_TIME>("time_val", 0, 0,
gnc_sql_make_table_entry<CT_TIME>("timespec_val", 0, 0,
(QofAccessFunc)get_time_val,
(QofSetterFunc)set_time_val),
gnc_sql_make_table_entry<CT_GUID>("guid_val", 0, 0,