appany / AppAny.Quartz.EntityFrameworkCore.Migrations

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

Make entity classes partial to support extensibility #61

Closed jonmotos closed 8 months ago

jonmotos commented 9 months ago

I'd like to extend the Quartz entity classes, and using partial classes would allow me to extend as desired.

sergeyshaykhullin commented 8 months ago

@JonAdamsFromNC Could you please provide a use-case for db model extension and how quartz can operate on them?

jonmotos commented 8 months ago

Sorry Sergey, I had intended to close this pull request as the language does not support what I was attempting to do.