diff options
| -rw-r--r-- | acid.go | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -1754,6 +1754,8 @@ func dbOpen(path string) error {  		fallthrough  	case 2:  		// The next migration goes here, remember to increment the number below. +	default: +		return fmt.Errorf("unsupported database version: %d", version)  	}  	if _, err = tx.Exec( | 
