mirror of
https://github.com/restic/restic.git
synced 2025-08-23 14:57:37 +00:00
Moves files
This commit is contained in:
8
internal/migrations/list.go
Normal file
8
internal/migrations/list.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package migrations
|
||||
|
||||
// All contains all migrations.
|
||||
var All []Migration
|
||||
|
||||
func register(m Migration) {
|
||||
All = append(All, m)
|
||||
}
|
Reference in New Issue
Block a user