Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,11 @@ for _, stmt := range plan.Statements {
```

# Supported Postgres versions
Supported: 14, 15, 16, 17
Supported: 14, 15, 16, 17
Unsupported: <= 13 are not supported. Use at your own risk.

# Unsupported migrations
An abridged list of unsupported migrations:
- Materialized Views (Planned); Views **are** supported
- Privileges (Planned)
- Types (Only enums are currently supported)
- Renaming. The diffing library relies on names to identify the old and new versions of a table, index, etc. If you rename
Expand Down
Loading
Loading