From a4f503076ffb62b152ac5e4bc8c19c8e52fbb1b8 Mon Sep 17 00:00:00 2001 From: enisn Date: Mon, 11 Oct 2021 16:38:11 +0300 Subject: [PATCH] Update CatalogServiceDbProperties.cs --- .../CatalogServiceDbProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/catalog/src/EShopOnAbp.CatalogService.Domain/CatalogServiceDbProperties.cs b/services/catalog/src/EShopOnAbp.CatalogService.Domain/CatalogServiceDbProperties.cs index ef17b4b4..c67b7ce5 100644 --- a/services/catalog/src/EShopOnAbp.CatalogService.Domain/CatalogServiceDbProperties.cs +++ b/services/catalog/src/EShopOnAbp.CatalogService.Domain/CatalogServiceDbProperties.cs @@ -2,7 +2,7 @@ { public static class CatalogServiceDbProperties { - public static string DbTablePrefix { get; set; } = "App"; + public static string DbTablePrefix { get; set; } = ""; public static string DbSchema { get; set; } = null;