rake-db 2.10.18 → 2.10.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3765,6 +3765,7 @@ Commands:
|
|
|
3765
3765
|
create create databases
|
|
3766
3766
|
drop drop databases
|
|
3767
3767
|
reset drop, create and migrate databases
|
|
3768
|
+
pull generate a combined migration for an existing database
|
|
3768
3769
|
new create new migration file, see below
|
|
3769
3770
|
migrate migrate pending migrations, run recurrent
|
|
3770
3771
|
up migrate pending migrations, don't run recurrent
|