From 204971d40a536db0245c55daaba3c60466168ade Mon Sep 17 00:00:00 2001 From: max Date: Tue, 14 Feb 2023 08:31:13 -0600 Subject: [PATCH] AutoMigrate changed to DbAutoMigrate to match correctly --- env_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env_example.json b/env_example.json index d3b80ba..0708fdc 100644 --- a/env_example.json +++ b/env_example.json @@ -5,7 +5,7 @@ "DbName": "database", "DbUser": "user", "DbPassword": "password", - "AutoMigrate": true + "DbAutoMigrate": true }, "Listen": { "HttpIp": "127.0.0.1",