MISP/app/Console/shell/degrate-0.2.3-0.2.2.sh

12 lines
190 B
Bash
Executable File

#!/bin/sh
# degrate 0.2.3 to 0.2.2
# step into project and ..
PRJCT=/var/www/cydefsig/app
cd ${PRJCT}
# update Schema, remove Users.group_id
./Console/cake schema update -s 0.2.2
exit 0;