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?
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_pluginstable.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_pluginsDB table should have a settings column anymore?