1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00
nali/internal/migration/mirgration.go
zu1k 462503377c
feat: auto migrate to new dir
Signed-off-by: zu1k <i@zu1k.com>
2022-10-06 11:23:27 +08:00

7 lines
67 B
Go

package migration
func init() {
migration2v4()
migration2v6()
}