feat: create migrator

This commit is contained in:
2026-04-15 19:03:51 +03:00
parent 4e6e83795a
commit 65d8f883dc
7 changed files with 100 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
package hub
import "embed"
//go:embed migrations/*.sql
var MigrationsFS embed.FS