aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2012-11-29 12:02:35 -0600
committerzlg <zlg@zlg.space>2012-11-29 12:02:35 -0600
commit5474f7b679879edb05fb03452886dedff8e27f36 (patch)
tree0117886f953f6c0c8b95beffe2a8ece06933939b /.gitignore
parentSolve Exercise 1-21: entab (diff)
downloadknr-5474f7b679879edb05fb03452886dedff8e27f36.tar.gz
knr-5474f7b679879edb05fb03452886dedff8e27f36.tar.bz2
knr-5474f7b679879edb05fb03452886dedff8e27f36.tar.xz
knr-5474f7b679879edb05fb03452886dedff8e27f36.zip
Correct 1-13's chart heading
Thanks to ##c's rizlah
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ass='insertions'>+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.