You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now up all the pending migrations. If you decided to down a migration, the last one will be downed alone to prevent from mistake. You will be asked to confirm the downgrade of your database before runing the real SQL script.
119
+
You can now up all the pending migrations. If you decide to down a migration, the last one will be downed alone to
120
+
prevent mistakes. You will be asked to confirm the downgrade of your database before running the real SQL script.
120
121
121
122
```
122
123
$ ./bin/migrate migrate:up [env]
@@ -128,13 +129,13 @@ You can mark migrations as applied without executing SQL (e.g. if you switched f
128
129
$ ./bin/migrate migrate:up [env] --changelog-only
129
130
```
130
131
131
-
For developement purpose, it is also possible to up a single migration without taking care of the other ones:
132
+
For development purposes, it is also possible to up a single migration without taking care of the other ones:
0 commit comments