From d3a046d85dc91684951030741f55490735c624f4 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 4 Sep 2025 10:38:31 +0200 Subject: Avoid disaster with DB migrations --- acid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/acid.go b/acid.go index 9fe9fe4..47db6aa 100644 --- a/acid.go +++ b/acid.go @@ -1751,6 +1751,7 @@ func dbOpen(path string) error { `task`, `duration`, `INTEGER NOT NULL DEFAULT 0`); err != nil { return err } + fallthrough case 2: // The next migration goes here, remember to increment the number below. } -- cgit v1.2.3-70-g09d2