mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Fixed compiler warning.
This commit is contained in:
@@ -1,17 +1,10 @@
|
|||||||
using Orchard.Autoroute.Models;
|
using Orchard.ContentManagement.MetaData;
|
||||||
using Orchard.ContentManagement;
|
|
||||||
using Orchard.Autoroute.Services;
|
|
||||||
using Orchard.Autoroute.Settings;
|
|
||||||
using Orchard.ContentManagement;
|
|
||||||
using Orchard.ContentManagement.MetaData;
|
|
||||||
using Orchard.ContentManagement.MetaData.Models;
|
|
||||||
using Orchard.Core.Contents.Extensions;
|
using Orchard.Core.Contents.Extensions;
|
||||||
using Orchard.Data.Migration;
|
using Orchard.Data.Migration;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace Orchard.Autoroute {
|
namespace Orchard.Autoroute
|
||||||
public class Migrations : DataMigrationImpl {
|
{
|
||||||
|
public class Migrations : DataMigrationImpl {
|
||||||
|
|
||||||
public int Create() {
|
public int Create() {
|
||||||
SchemaBuilder.CreateTable("AutoroutePartRecord",
|
SchemaBuilder.CreateTable("AutoroutePartRecord",
|
||||||
|
Reference in New Issue
Block a user