stepwise-migrations 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Stepwise Migrations
|
2
2
|
|
3
|
+
[![npm version](https://badge.fury.io/js/stepwise-migrations.svg?icon=si%3Anpm)](https://badge.fury.io/js/stepwise-migrations)
|
4
|
+
|
3
5
|
A tool for managing Raw SQL migrations in a Postgres database.
|
4
6
|
Loosely based on flyway.
|
5
7
|
Only "up" migrations are supported so far, but what more do you need?
|