aboutsummaryrefslogtreecommitdiff
path: root/ch4
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2015-03-08 00:11:13 -0800
committerzlg <zlg@zlg.space>2015-03-08 00:11:13 -0800
commitad37fa6675c799d8c1280c4845643da5adf0db8e (patch)
tree97336b35e804ecdc00ced6db1b2634f366842eae /ch4
parentSolve Exercise 6-01: Enhanced `getword` (diff)
downloadknr-ad37fa6675c799d8c1280c4845643da5adf0db8e.tar.gz
knr-ad37fa6675c799d8c1280c4845643da5adf0db8e.tar.bz2
knr-ad37fa6675c799d8c1280c4845643da5adf0db8e.tar.xz
knr-ad37fa6675c799d8c1280c4845643da5adf0db8e.zip
Solve Exercise 6-02: Common prefix printing
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
r> 2025-01-23schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2 2023-09-22scripts: 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.