5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
|
|
npx sequelize db:migrate:undo:all
|
|
echo "Dropped 'Project' table."
|