26 changed files with 31 additions and 31 deletions
@ -1,13 +1,13 @@ |
|||
// <auto-generated />
|
|||
using System; |
|||
using LINGYUN.BackendAdmin.EntityFrameworkCore; |
|||
using LINGYUN.Abp.BackendAdmin.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore.Infrastructure; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion; |
|||
using Volo.Abp.EntityFrameworkCore; |
|||
|
|||
namespace LINGYUN.BackendAdmin.Migrations |
|||
namespace LINGYUN.Abp.BackendAdmin.Migrations |
|||
{ |
|||
[DbContext(typeof(BackendAdminHostMigrationsDbContext))] |
|||
[Migration("20200804085641_Migration-Backend-Admin-MySql")] |
|||
@ -1,7 +1,7 @@ |
|||
using System; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
namespace LINGYUN.BackendAdmin.Migrations |
|||
namespace LINGYUN.Abp.BackendAdmin.Migrations |
|||
{ |
|||
public partial class MigrationBackendAdminMySql : Migration |
|||
{ |
|||
@ -1,13 +1,13 @@ |
|||
// <auto-generated />
|
|||
using System; |
|||
using LINGYUN.BackendAdmin.EntityFrameworkCore; |
|||
using LINGYUN.Abp.BackendAdmin.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore.Infrastructure; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion; |
|||
using Volo.Abp.EntityFrameworkCore; |
|||
|
|||
namespace LINGYUN.BackendAdmin.Migrations |
|||
namespace LINGYUN.Abp.BackendAdmin.Migrations |
|||
{ |
|||
[DbContext(typeof(BackendAdminHostMigrationsDbContext))] |
|||
[Migration("20200910080638_Add-abp-feature-module")] |
|||
@ -1,7 +1,7 @@ |
|||
using System; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
namespace LINGYUN.BackendAdmin.Migrations |
|||
namespace LINGYUN.Abp.BackendAdmin.Migrations |
|||
{ |
|||
public partial class Addabpfeaturemodule : Migration |
|||
{ |
|||
@ -1,12 +1,12 @@ |
|||
// <auto-generated />
|
|||
using System; |
|||
using LINGYUN.BackendAdmin.EntityFrameworkCore; |
|||
using LINGYUN.Abp.BackendAdmin.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore; |
|||
using Microsoft.EntityFrameworkCore.Infrastructure; |
|||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion; |
|||
using Volo.Abp.EntityFrameworkCore; |
|||
|
|||
namespace LINGYUN.BackendAdmin.Migrations |
|||
namespace LINGYUN.Abp.BackendAdmin.Migrations |
|||
{ |
|||
[DbContext(typeof(BackendAdminHostMigrationsDbContext))] |
|||
partial class BackendAdminHostMigrationsDbContextModelSnapshot : ModelSnapshot |
|||
@ -1,7 +1,7 @@ |
|||
using Microsoft.AspNetCore.Builder; |
|||
using Microsoft.Extensions.DependencyInjection; |
|||
|
|||
namespace LINGYUN.BackendAdmin |
|||
namespace LINGYUN.Abp.BackendAdmin |
|||
{ |
|||
public class Startup |
|||
{ |
|||
Loading…
Reference in new issue