Hey @northeastprince, we purposely switched from migrations to a new DB schema, and aren't planning to revert this. More info at https://github.com/rails/solid_queue/issues/329#issuecomment-2338666058.
If you need to run a migration for any reason (like to have Solid Queue tables in the same database as your main app), you can do that on your app, copying the schema into a migration for your app.
Hey @northeastprince, we purposely switched from migrations to a new DB schema, and aren't planning to revert this. More info at https://github.com/rails/solid_queue/issues/329#issuecomment-2338666058. If you need to run a migration for any reason (like to have Solid Queue tables in the same database as your main app), you can do that on your app, copying the schema into a migration for your app.