Browse Source

Update CatalogServiceDbProperties.cs

pull/9/head
enisn 5 years ago
parent
commit
a4f503076f
  1. 2
      services/catalog/src/EShopOnAbp.CatalogService.Domain/CatalogServiceDbProperties.cs

2
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;

Loading…
Cancel
Save