Skip to content

Commit

Permalink
Restore the timespec_val column name in the slots table.
Browse files Browse the repository at this point in the history
Renaming it would require a backwards-incompatible schema change,
something that shouldn't happen in the middle of a stable series.
  • Loading branch information
jralls committed Aug 31, 2018
1 parent 6dfbf3d commit fc368b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/backend/sql/gnc-slots-sql.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit fc368b9

Please sign in to comment.