Forgot to bump db user_version in creation script

This commit is contained in:
Kovid Goyal 2020-07-06 09:00:54 +05:30
parent be61b2612c
commit 4fbc6e88d2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -633,4 +633,4 @@ CREATE TRIGGER series_update_trg
BEGIN
UPDATE series SET sort=title_sort(NEW.name) WHERE id=NEW.id;
END;
pragma user_version=23;
pragma user_version=24;