aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2013-07-15 06:38:40 -0500
committerzlg <zlg@zlg.space>2013-07-15 06:38:40 -0500
commit990ad145ea2f1013dbe6aefa0533b9700c331b60 (patch)
treec068fd19788ba148f5b6a34030fe43e7f928dc6a /.gitignore
parentSolve Exercise 4-11: getop() without ungetch() (diff)
downloadknr-990ad145ea2f1013dbe6aefa0533b9700c331b60.tar.gz
knr-990ad145ea2f1013dbe6aefa0533b9700c331b60.tar.bz2
knr-990ad145ea2f1013dbe6aefa0533b9700c331b60.tar.xz
knr-990ad145ea2f1013dbe6aefa0533b9700c331b60.zip
Solve Exercise 4-12: Recursive itoa()
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
1-to-2.py?h=v0.3b8&id=cb4300cd23ed4af9207d23c0b437870294cb161c&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.