Disabled plugin should not require remove column #12435
t18n
started this conversation in
Feature Requests & 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 have a S3 plugin with

prefix
set up. I would like to set an environment variable to disable it locally (to use local storage) for up loading media.However, if I use
prefix
, the app will request removeprefix
column from the database if the plugin is disable. I think Payload CMS should check if the plugin is added but disabled, then do not try to remove the column. I would imagine this will be useful for other environment-based plugins as well.Beta Was this translation helpful? Give feedback.
All reactions