aboutsummaryrefslogtreecommitdiff
path: root/ch6
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-12-22 01:23:35 -0800
committerzlg <zlg@zlg.space>2018-12-22 01:23:35 -0800
commit4ad4e6c7f6d2fb414d22dd3e55801c85b02c1af7 (patch)
tree91b550a1399eaaf5643341893d98a6526bca86cb /ch6
parentAUTHORS: update contact info (diff)
downloadknr-4ad4e6c7f6d2fb414d22dd3e55801c85b02c1af7.tar.gz
knr-4ad4e6c7f6d2fb414d22dd3e55801c85b02c1af7.tar.bz2
knr-4ad4e6c7f6d2fb414d22dd3e55801c85b02c1af7.tar.xz
knr-4ad4e6c7f6d2fb414d22dd3e55801c85b02c1af7.zip
Solve Exercise 8-2: fopen and fillbuf
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
437870294cb161c&follow=1'>scripts: Add schema v1->v2 migration scriptzlg2-9/+85 This script adds three columns to the schema, supporting the "Purchased", "Beaten", and "Completed" note headers. They are now converted to a UNIX timestamp and stored in a separate column so queries made against that metadata are easier. The library itself still needs to support all the new columns.