btcpayserver/BTCPayServer.Data
Andrew Camilleri 1ceb5cb576 Fix sqlite madness (#1293)
* Need to reference Microsoft.EntityFrameworkCore.Design else you can't generate migrations
* fix design time migrations issues
* update snapshot
```
Your startup project 'BTCPayServer.Data' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is c
orrect, install the package, and try again.
```
*
2020-01-19 21:57:50 +09:00
..
Data Fix sqlite madness (#1293) 2020-01-19 21:57:50 +09:00
Migrations Fix sqlite madness (#1293) 2020-01-19 21:57:50 +09:00
BTCPayServer.Data.csproj Fix sqlite madness (#1293) 2020-01-19 21:57:50 +09:00
MigrationsExtensions.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00