feat: add state store migrations and repositories

This commit is contained in:
phamnazage-jpg
2026-05-12 23:25:02 +08:00
parent 9d52b22b8d
commit a1d7007397
9 changed files with 952 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package migrations
import "embed"
// Files embeds SQL migration assets for release builds.
//
//go:embed *.sql
var Files embed.FS