aboutsummaryrefslogtreecommitdiff
path: root/license
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2013-01-09 01:10:15 -0600
committerzlg <zlg@zlg.space>2013-01-09 01:10:15 -0600
commit1f7068ac3281c0651c876d99612432a36c298f90 (patch)
tree34f1f5347390ccc04a052470c27909d50687e707 /license
parentClean up 1-13 and 1-20, correct 1-21 (diff)
downloadknr-1f7068ac3281c0651c876d99612432a36c298f90.tar.gz
knr-1f7068ac3281c0651c876d99612432a36c298f90.tar.bz2
knr-1f7068ac3281c0651c876d99612432a36c298f90.tar.xz
knr-1f7068ac3281c0651c876d99612432a36c298f90.zip
Solve Exercise 1-22: wordwrap
* Removed unnecessary get_line() function in 1-17 * Corrected grammar in README, added an acknowledgement
Diffstat (limited to 'license')
0 files changed, 0 insertions, 0 deletions
ommit/scripts/schema1-to-2.py?h=next&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.