Update migrate_test.go

This commit is contained in:
Jinzhu 2022-10-07 18:31:46 +08:00 committed by GitHub
parent 1cbccf268c
commit 3cba21c1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ import (
"time"
"gorm.io/driver/postgres"
"gorm.io/gorm"
"gorm.io/gorm/schema"
. "gorm.io/gorm/utils/tests"