From c1d16652e60db55e969491f70769ac4f05c78ab9 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 29 Aug 2023 11:41:54 +0300 Subject: [PATCH] Add `--skip-db-migrations` to CmsKit Installation Documentation --- docs/en/Modules/Cms-Kit/Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Modules/Cms-Kit/Index.md b/docs/en/Modules/Cms-Kit/Index.md index 952fa87aba..ddf43205a5 100644 --- a/docs/en/Modules/Cms-Kit/Index.md +++ b/docs/en/Modules/Cms-Kit/Index.md @@ -33,7 +33,7 @@ All features are individually usable. If you disable a feature, it completely di [ABP CLI](../../CLI.md) allows installing a module to a solution using the `add-module` command. You can install the CMS Kit module in a command-line terminal with the following command: ```bash -abp add-module Volo.CmsKit +abp add-module Volo.CmsKit --skip-db-migrations ``` > By default, Cms-Kit is disabled by `GlobalFeature`. Because of that the initial migration will be empty. So you can skip the migration by adding `--skip-db-migrations` to command when installing if you are using Entity Framework Core. After enabling Cms-Kit global feture, please add new migration.