btcpayserver/BTCPayServer.Data/Migrations
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
..
20170913143004_Init.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20170926073744_Settings.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20170926084408_RequiresEmailConfirmation.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171006013443_AddressMapping.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171010082424_Tokens.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171012020112_PendingInvoices.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171023101754_StoreBlob.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171024163354_RenewUsedAddresses.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171105235734_PaymentAccounted.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20171221054550_AltcoinSupport.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20180106095215_DerivationStrategies.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20180109021122_defaultcrypto.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20180114123253_events.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20180402095640_appdata.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20180429083930_legacyapikey.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20180719095626_CanDeleteStores.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190121133309_AddPaymentRequests.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190219032533_AppsTagging.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190225091644_AddOpenIddict.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190324141717_AddFiles.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190425081749_AddU2fDevices.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190701082105_sort_paymentrequests.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20190802142637_WalletData.cs Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
20200110064617_OpenIddictUpdate.cs Fix Sqlite migration (#1284) 2020-01-16 22:05:33 +09:00
ApplicationDbContextModelSnapshot.cs Fix sqlite madness (#1293) 2020-01-19 21:57:50 +09:00