Skip to content

Commit

Permalink
incremented appSchemaVersion from 37 to 38 in respect to stashapp#1922
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAxolotl committed Nov 2, 2022
1 parent 5f64790 commit b419fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sqlite/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/stashapp/stash/pkg/logger"
)

var appSchemaVersion uint = 37
var appSchemaVersion uint = 38

//go:embed migrations/*.sql
var migrationsBox embed.FS
Expand Down

0 comments on commit b419fec

Please sign in to comment.