add instalation entity

This commit is contained in:
vanilia
2025-11-13 10:37:54 +07:00
parent 78f1502930
commit 4b78e489ef
11 changed files with 167 additions and 2 deletions

No files matched your search

+9
View File
@@ -0,0 +1,9 @@
package main
import (
m "simrs-vx/internal/interface/migration"
)
func main() {
m.Migrate(m.SimgosSync)
}