mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
15 lines
392 B
C#
15 lines
392 B
C#
using BTCPayServer.Data;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
#nullable disable
|
|
|
|
namespace BTCPayServer.Migrations
|
|
{
|
|
[DbContext(typeof(ApplicationDbContext))]
|
|
[Migration("20240924071444_temprefactor3")]
|
|
[DBScript("006.PaymentsRenaming.sql")]
|
|
public partial class temprefactor3 : DBScriptsMigration
|
|
{
|
|
}
|
|
}
|