diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:46 +0300 |
commit | 8f174c37751e17af887c8f783b21077974f90101 (patch) | |
tree | 2505fa1f46beae92a1af2f6cfd7e7d40c0f79976 /cmd/app/migrator/migrate/rollback.go | |
parent | b30d3b26f0d9274b13582b7aa759cae26417d9f9 (diff) |
Diffstat (limited to 'cmd/app/migrator/migrate/rollback.go')
-rw-r--r-- | cmd/app/migrator/migrate/rollback.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/app/migrator/migrate/rollback.go b/cmd/app/migrator/migrate/rollback.go index 39f2171..415c7f6 100644 --- a/cmd/app/migrator/migrate/rollback.go +++ b/cmd/app/migrator/migrate/rollback.go @@ -4,8 +4,8 @@ import ( "fmt" "github.com/urfave/cli/v2" - "go.neonxp.ru/framework/cmd/app/migrator/migrator" - "go.neonxp.ru/framework/migrations" + "neonxp.ru/go/framework/cmd/app/migrator/migrator" + "neonxp.ru/go/framework/migrations" ) func Rollback(c *cli.Context) error { |