From 963091b93c3330bd562df204fdd1a063efebc7c6 Mon Sep 17 00:00:00 2001 From: zlg Date: Wed, 22 Aug 2018 20:07:12 -0700 Subject: AUTHORS: update contact info --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 2a47943..1bfafb5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -ZeLibertineGamer +zlg Original author, maintainer Isa Hassen -- cgit v1.2.3-70-g09d2 itory'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.