mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
6dfbf3d5e7
commit
fc368b91d2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user