Open Closed

Can ABP automatically migrate Quartz table data when I create a tenant? #8510


User avatar
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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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

Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09