mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-28 13:22:38 +00:00
30cf75335b
`diesel_cli` is no longer needed for running the example or its tests.
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
SCRIPT_PATH=$(cd "$(dirname "$0")" ; pwd -P)
|
|
DATABASE_URL="${SCRIPT_PATH}/db/db.sqlite"
|
|
|
|
rm -f "${DATABASE_URL}"
|