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
The script will remove the last migration created. If migration was already applied to database you have to update first to the previous migration and then remove it.
The script will update database to the Migration_Name
24
+
* python3 scripts/migration.remove.py
28
25
29
-
### `python3 scripts/migration.apply.py`
30
-
The script will apply the last migration created.
26
+
#### This script will remove the last migration created. If a migration was already applied to the database you have to first update it to the previous migration and then remove it.
0 commit comments