0
dhaoo created
ABP Framework version: v8.1.3
UI Type: MVC
Database System: EF Core (Only for Oracle)
Tiered (for MVC) or Auth Server Separated (for Angular): yes (Micro Service)
Exception message and full stack trace:
Steps to reproduce the issue:
I am integrating Quartz with ABP and then I create a tenant, How do I migrate Quartz tables data (e.g. QRTZ_JOB_DETAILS ,etc.) into the new tenant database? Can ABP automatically migrate Quartz table data when I create a tenant?
1 Answer(s)
-
0
Hi,
ABP can't automatically migrate Quartz.
you can consider using ADO.NET to create the database table, here are the SQL: https://github.com/quartznet/quartznet/tree/main/database/tables