mirror of
https://github.com/status-im/migrate.git
synced 2025-02-22 16:08:04 +00:00
Fix broken "versions" table formatting in README
This commit is contained in:
parent
752cdc3b11
commit
c6c22b34c8
@ -151,7 +151,7 @@ Each migration has an up and down migration. [Why?](FAQ.md#why-two-separate-file
|
||||
## Versions
|
||||
|
||||
Version | Supported? | Import | Notes
|
||||
--------|------------|----------------|--------|------
|
||||
--------|------------|--------|------
|
||||
**master** | :white_check_mark: | `import "github.com/golang-migrate/migrate/v4"` | New features and bug fixes arrive here first |
|
||||
**v4** | :white_check_mark: | `import "github.com/golang-migrate/migrate/v4"` | Used for stable releases |
|
||||
**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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user