Commit graph

7 commits

Author SHA1 Message Date
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
Andrew Camilleri
bb12de8945 Fix Sqlite migration (#1284) 2020-01-16 22:05:33 +09:00
nicolas.dorier
a816e37621
Update libs 2020-01-11 13:12:24 +09:00
nicolas.dorier
8e00e6d8e3
Make sure that varchar(255) is used for mysql migration scripts 2019-12-23 15:03:06 +09:00
nicolas.dorier
b7ba97d86f
Fix namespace in the db snapshot 2019-08-30 18:22:19 +09:00
nicolas.dorier
0eb58e9a91
Remove designer files 2019-08-30 18:22:18 +09:00
nicolas.dorier
f257f9f91d
[Refactor] Move SQL classes in their own assembly 2019-08-30 18:22:13 +09:00