mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 21:29:02 +08:00
7 lines
67 B
Go
7 lines
67 B
Go
package migration
|
|
|
|
func init() {
|
|
migration2v6()
|
|
migration2v7()
|
|
}
|