rake-db 2.10.19 → 2.10.21
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 +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3744,6 +3744,7 @@ Commands:
|
|
|
3744
3744
|
create create databases
|
|
3745
3745
|
drop drop databases
|
|
3746
3746
|
reset drop, create and migrate databases
|
|
3747
|
+
pull generate a combined migration for an existing database
|
|
3747
3748
|
new create new migration file, see below
|
|
3748
3749
|
migrate migrate pending migrations, run recurrent
|
|
3749
3750
|
up migrate pending migrations, don't run recurrent
|