refresh-db.sh 123 B

123456789
  1. #!/bin/bash
  2. echo "[INFO] Re-create the schema and provision the sample data."
  3. cd ..
  4. mvn antrun:run -Prefresh-db
  5. cd bin