Added search

Added a search page and fixed som error with migration
This commit is contained in:
2024-12-26 14:55:47 +01:00
parent 2a537d2398
commit a5f8e1b2ba
14 changed files with 3787 additions and 78 deletions

6
db/efs.go Normal file
View File

@@ -0,0 +1,6 @@
package newDb
import "embed"
//go:embed "migrations/*.sql"
var MigrationsFs embed.FS