mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Converting database update page from webforms to razor
Adding routes on the migration module Adding navigation item on the migration module Fixing feature naming on codegeneration module --HG-- branch : dev
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Name: Migration module
|
||||
Name: Migrations
|
||||
antiforgery: enabled
|
||||
author: The Orchard Team
|
||||
website: http://orchardproject.net
|
||||
@@ -6,10 +6,10 @@ version: 0.1.0
|
||||
orchardversion: 0.6.0
|
||||
description:
|
||||
features:
|
||||
Orchard.Migration:
|
||||
Description: Data migration commands.
|
||||
Category: Migrations
|
||||
DatabaseMigration:
|
||||
Description: Database migration action.
|
||||
Dependencies: Orchard.Migration
|
||||
Category: Migrations
|
||||
Orchard.Migrations:
|
||||
Description: Data migration commands.
|
||||
Category: Developer
|
||||
DatabaseUpdate:
|
||||
Description: Automatically updates database schema.
|
||||
Dependencies: Orchard.Migrations
|
||||
Category: Developer
|
Reference in New Issue
Block a user