File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Each migration has an up and down migration. [Why?](FAQ.md#why-two-separate-file
151
151
## Versions
152
152
153
153
Version | Supported? | Import | Notes
154
- --------|------------|----------------|-------- |------
154
+ --------|------------|--------|------
155
155
** master** | :white_check_mark : | ` import "github.com/golang-migrate/migrate/v4" ` | New features and bug fixes arrive here first |
156
156
** v4** | :white_check_mark : | ` import "github.com/golang-migrate/migrate/v4" ` | Used for stable releases |
157
157
** v3** | :x : | ` import "github.com/golang-migrate/migrate" ` (with package manager) or ` import "gopkg.in/golang-migrate/migrate.v3" ` (not recommended) | ** DO NOT USE** - No longer supported |
You can’t perform that action at this time.
0 commit comments