mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
<%@ Page Language="C#" Inherits="Orchard.Mvc.ViewPage<BaseViewModel>"%>
|
|
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
|
|
<h1><%: Html.TitleForPage(T("Data migration").ToString()) %></h1>
|
|
<p><%: Html.ActionLink(T("Update database").ToString(), "UpdateDatabase", "DataMigration") %></p>
|
|
|