Upgrading from Craft 2: Modifying plugin handle #293
Unanswered
jamesmacwhite
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just querying this for sanity reasons. From a Craft 2 to 3 migration, I don't seem to have the settings column on the
craft_plugins
table.The example for modifying a Craft 2 plugin handle reference the settings columns below, but it doesn't seem to exist:
https://docs.craftcms.com/v3/extend/updating-plugins.html#writing-an-upgrade-migration
For updating the handle, the settings column isn't needed anyway, but I'm just wanting to clarify this, if the
craft_plugins
DB table should have a settings column anymore?Beta Was this translation helpful? Give feedback.
All reactions