From 41167061cb2f373e01cb9177fa9c87a9e1a21c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:59:05 +0300 Subject: [PATCH] Update Post.md --- .../2025-02-12-Migrate-DB-From-Your-Web-Project/Post.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/Community-Articles/2025-02-12-Migrate-DB-From-Your-Web-Project/Post.md b/docs/en/Community-Articles/2025-02-12-Migrate-DB-From-Your-Web-Project/Post.md index 0b950f7494..4278a75eab 100644 --- a/docs/en/Community-Articles/2025-02-12-Migrate-DB-From-Your-Web-Project/Post.md +++ b/docs/en/Community-Articles/2025-02-12-Migrate-DB-From-Your-Web-Project/Post.md @@ -1,5 +1,3 @@ -# Migrate Your DB from the Web Application — Adding a DB Migration Controller in ABP Framework - In some scenarios, you might prefer to **update your ABP project's database by simply visiting a URL** rather than running a console application (such as a typical `DbMigrator` project). This post demonstrates how to do that in an ABP application. In my sample application I used the single-layer project but you can benefit the same approach for other templates. My sample project name was created with this name: **Acme.BookStore**. ------