appany / AppAny.Quartz.EntityFrameworkCore.Migrations

EntityFrameworkCore PostgreSQL migrations for Quartz.NET
MIT License
70 stars 18 forks source link

SQLite implementation #50

Closed JasonLandbridge closed 1 year ago

JasonLandbridge commented 1 year ago

Re-basing and working on further improvements now

JasonLandbridge commented 1 year ago

@sergeyshaykhullin , I have made all the improvements that were discussed. Could you give it a review?

JasonLandbridge commented 1 year ago

Currently fixing the failing pipeline and trying to setup a scheduler test for the other database types

JasonLandbridge commented 1 year ago

@sergeyshaykhullin Okay I have fixed the failing SQLite tests. I was also looking at https://dotnet.testcontainers.org/ (video about it) but maybe in a seperate PR since this one is already huge