1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00
nali/internal/migration/mirgration.go

7 lines
67 B
Go
Raw Normal View History

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