aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-10-18 21:06:58 -0700
committerzlg <zlg@zlg.space>2018-10-18 21:06:58 -0700
commitdeb34f6cb8902277ac4cf4feca1b44c1ba085f98 (patch)
tree11913b90fa8cadd5f3a1b1cdf8f3d7bd45c44cc0 /LICENSE
parentcli: show msg if game to be deleted is not in DB (diff)
downloadvgstash-deb34f6cb8902277ac4cf4feca1b44c1ba085f98.tar.gz
vgstash-deb34f6cb8902277ac4cf4feca1b44c1ba085f98.tar.bz2
vgstash-deb34f6cb8902277ac4cf4feca1b44c1ba085f98.tar.xz
vgstash-deb34f6cb8902277ac4cf4feca1b44c1ba085f98.zip
README: fix inline <code> formatting
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
span>tox.ini: Update to Python 3.11 env by defaultzlg1-1/+1 2025-01-23schema1-to-2.py: Add shebang because I'm a doofuszlg1-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.