aboutsummaryrefslogtreecommitdiff
path: root/acid.go
diff options
context:
space:
mode:
Diffstat (limited to 'acid.go')
-rw-r--r--acid.go1
1 files changed, 1 insertions, 0 deletions
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.
}