aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2013-04-03 07:15:17 -0500
committerzlg <zlg@zlg.space>2013-04-03 07:15:17 -0500
commit3529fb7a854a969f7fadf0d5310c659b933ea276 (patch)
treef3c9f743c66ac0b3a2a4271af08f1e9e98a74fe6 /.gitignore
parentSolve Exercise 2-6: setbits() (diff)
downloadknr-3529fb7a854a969f7fadf0d5310c659b933ea276.tar.gz
knr-3529fb7a854a969f7fadf0d5310c659b933ea276.tar.bz2
knr-3529fb7a854a969f7fadf0d5310c659b933ea276.tar.xz
knr-3529fb7a854a969f7fadf0d5310c659b933ea276.zip
Solve Exercise 2-07: invert()
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-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.