-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Compatibility with Craft 3.2 #81
Comments
Database Exception: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'drafts' already exists Migration: craft\migrations\m190312_152740_element_revisions Output:
|
Hmm, Workflow never used a Might be related to craftcms/cms#4530? |
Description
I have a preexisting site with this plugin running on Craft 3.1. When I attempt to update that site to craft 3.2, I get an error saying the drafts table already exists.
I'm under the impression that the drafts table exists as a Workflow table in Craft 3.1, and that Craft wants to use a table of the same name in 3.2
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: