summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-03-18 17:53:47 -0700
committerzlg <zlg@zlg.space>2018-03-18 17:53:47 -0700
commit7171b4b21a773fd3013f0e465e8eb69e8c220128 (patch)
treeeb145993e551c418dab7cdbb9fbacd33fea29661 /COPYING
parentadd 'playlog' list filter (diff)
downloadvgstash-7171b4b21a773fd3013f0e465e8eb69e8c220128.tar.gz
vgstash-7171b4b21a773fd3013f0e465e8eb69e8c220128.tar.bz2
vgstash-7171b4b21a773fd3013f0e465e8eb69e8c220128.tar.xz
vgstash-7171b4b21a773fd3013f0e465e8eb69e8c220128.zip
README.mdown: break line correctly
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
pan>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.