btcpayserver/BTCPayServer.Data/Migrations/20200225133433_AddApiKeyLabel.cs

15 lines
364 B
C#
Raw Normal View History

2020-06-28 21:44:35 -05:00
using BTCPayServer.Data;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
namespace BTCPayServer.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20200225133433_AddApiKeyLabel")]
[DBScript("000.Init.sql")]
public partial class AddApiKeyLabel : DBScriptsMigration
{
2020-06-28 17:55:27 +09:00
}
}