mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 08:34:44 +02:00
Forgot to bump db user_version in creation script
This commit is contained in:
parent
be61b2612c
commit
4fbc6e88d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue