Skip to content

Commit

Permalink
README updates to caveat the SQL Server support
Browse files Browse the repository at this point in the history
  • Loading branch information
adlio committed Mar 25, 2022
1 parent a48b828 commit f32be87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,17 @@ there's a good chance a different schema migration tool is more appropriate.
- [ ] Add a `Validate()` method to allow checking migration names for
consistency and to detect problematic changes in the migrations list.
- [x] SQL Server support
- [ ] SQL Server support for the Locker interface to protect against simultaneous
migrations from clusters of servers.

## Version History

### 1.2.3 - Dec10, 2021
### 1.3.0 - Mar 25, 2022

- Basic SQL Server support (no locking, not recommended for use in clusters)
- Improved support for running tests on ARM64 machines (M1 Macs)

### 1.2.3 - Dec 10, 2021

- BUGFIX: Restore the ability to chain NewMigrator().Apply

Expand Down

0 comments on commit f32be87

Please sign in to comment.