mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Rename movie tables to groups in database schema (#5082)
* Rename movie tables to groups * Correct index name * Rename synopsis to description in schema
This commit is contained in:
@@ -30,7 +30,7 @@ const (
|
||||
dbConnTimeout = 30
|
||||
)
|
||||
|
||||
var appSchemaVersion uint = 64
|
||||
var appSchemaVersion uint = 65
|
||||
|
||||
//go:embed migrations/*.sql
|
||||
var migrationsBox embed.FS
|
||||
|
||||
Reference in New Issue
Block a user