-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General error: 1 no such table: migrations #247
Comments
Based on the error, clearly you are missing the Why do you have this issue?You need to check if you are doing any customisation to the migration setup for "tenancy" support. I don't see that this is a bug with Testbench but rather a usage problem. |
I do have custom commands for migrating tenants, but this is not related to them. Here I'm just trying to load a non-tenant migration and run it in the central database. |
@crynobone Why should Edit: I already found the cause of this issue. |
I'm running this in my
setUp()
methodand am getting this error:
Click to expand
You can test it by cloning this pull request and running
./test
(you need docker) https://github.com/stancl/tenancy/pull/82/files#diff-d4c8c6dc8769324fc27cfdac19f05cafR28The text was updated successfully, but these errors were encountered: