compile and update migration package

This commit is contained in:
c9s 2023-08-02 11:01:46 +08:00
parent f98937c428
commit 2af45f73b6
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -14,7 +14,7 @@ func TestGetMigrationsMap(t *testing.T) {
func TestMergeMigrationsMap(t *testing.T) {
MergeMigrationsMap(map[int64]*rockhopper.Migration{
2: {},
3: {},
2: &rockhopper.Migration{},
3: &rockhopper.Migration{},
})
}