summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-09-08 19:07:36 -0700
committerzlg <zlg@zlg.space>2018-09-08 19:07:36 -0700
commit14162a862e50c35f44370daf1f525b27f3bafc85 (patch)
tree0f00b1de33516aff75f4a96f5eaeba1cb52b1a40 /AUTHORS
parentUpdate LICENSE to match setup.py (diff)
downloadvgstash-14162a862e50c35f44370daf1f525b27f3bafc85.tar.gz
vgstash-14162a862e50c35f44370daf1f525b27f3bafc85.tar.bz2
vgstash-14162a862e50c35f44370daf1f525b27f3bafc85.tar.xz
vgstash-14162a862e50c35f44370daf1f525b27f3bafc85.zip
Add remaining filters to vgstash package
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
amp;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.