summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZe Libertine Gamer <zlg@zlg.space>2016-06-16 11:07:28 -0700
committerZe Libertine Gamer <zlg@zlg.space>2016-06-16 11:07:28 -0700
commit21cadee61cc31aeda85edd492f4a511aa4a6fcf5 (patch)
treeeccb6bee68171b3d052a7bb63ff596725c817ada /tests
parentdupe-finder.sh: Invert if statement (diff)
downloadvgstash-21cadee61cc31aeda85edd492f4a511aa4a6fcf5.tar.gz
vgstash-21cadee61cc31aeda85edd492f4a511aa4a6fcf5.tar.bz2
vgstash-21cadee61cc31aeda85edd492f4a511aa4a6fcf5.tar.xz
vgstash-21cadee61cc31aeda85edd492f4a511aa4a6fcf5.zip
Add bash helper functions
The more I use vgstash, the more script ideas I come up with.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
mmit/scripts/schema1-to-2.py?h=v0.3b8&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.