mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Use golang migrate for migrations
This commit is contained in:
@@ -99,7 +99,7 @@ func setupTestHarness(t *testing.T) *testHarness {
|
||||
|
||||
// Create test config
|
||||
testConfig := &app.Config{
|
||||
DBPath: ":memory:",
|
||||
DBURL: ":memory:",
|
||||
WorkDir: tempDir,
|
||||
StaticPath: "../testdata",
|
||||
Port: "8081",
|
||||
|
||||
Reference in New Issue
Block a user