mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
17 lines
280 B
C#
17 lines
280 B
C#
namespace SharedLibrary.Migrations
|
|
{
|
|
using System;
|
|
using System.Data.Entity.Migrations;
|
|
|
|
public partial class Intial : DbMigration
|
|
{
|
|
public override void Up()
|
|
{
|
|
}
|
|
|
|
public override void Down()
|
|
{
|
|
}
|
|
}
|
|
}
|