From 01ea0885dcffbd0a60fedf25ec1620fb9c04f1c8 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 5 Feb 2021 14:33:12 +0800 Subject: [PATCH] scripts: use force flag to remove bbgo.sqlite3 --- scripts/test-sqlite3-migrations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-sqlite3-migrations.sh b/scripts/test-sqlite3-migrations.sh index 83c5b683c..c552aed86 100755 --- a/scripts/test-sqlite3-migrations.sh +++ b/scripts/test-sqlite3-migrations.sh @@ -1,2 +1,2 @@ #!/bin/bash -rm -v bbgo.sqlite3 && rockhopper --config rockhopper_sqlite.yaml up && rockhopper --config rockhopper_sqlite.yaml down --to 1 +rm -fv bbgo.sqlite3 && rockhopper --config rockhopper_sqlite.yaml up && rockhopper --config rockhopper_sqlite.yaml down --to 1