From a2038b0ea35d1466c84e6e04a2e4597fc038815a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 9 May 2024 10:02:00 +0200 Subject: Restructure database-related functions --- model/recipe_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'model/recipe_test.go') diff --git a/model/recipe_test.go b/model/recipe_test.go index 74ccfa2..37b43e0 100644 --- a/model/recipe_test.go +++ b/model/recipe_test.go @@ -23,8 +23,9 @@ func TestRecipeCrud(t *testing.T) { storage.Create() } - InitDatabase(filepath.Join(storage.Path, "ceres.sqlite3")) - defer CloseDatabase() + ConnectDatabase(filepath.Join(storage.Path, "ceres.sqlite3")) + defer DisconnectDatabase() + MigrateDatabase() Transaction(func(tx *sql.Tx) error { var original, readback, update, updated, deleted Recipe -- cgit v1.2.3-70-g09d2