Set up database migrations

This commit is contained in:
2024-08-27 22:00:06 -04:00
parent 40ed60bca6
commit 2bb770cd7f
7 changed files with 97 additions and 23 deletions

6
migrations/fs.go Normal file
View File

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