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:
WithoutPants
2024-07-30 14:14:16 +10:00
committed by GitHub
parent 48c6373afa
commit d96850c008
10 changed files with 112 additions and 88 deletions

View File

@@ -30,7 +30,7 @@ const (
dbConnTimeout = 30
)
var appSchemaVersion uint = 64
var appSchemaVersion uint = 65
//go:embed migrations/*.sql
var migrationsBox embed.FS