updating schema field of type: string[] doesn't work.
I'm trying to extend organizations plugin. I'm trying to add projects field to of type "string[]". The problem is that Whenever I try to update it, it doesn't change.
plugins schema:
Whenever I try to update it with the adapter. I setup for the plugin, the projects don't update. Note that the adapter works perfectly on other stuff.
adapter.ts
I also tried
But in vain.
Here is how it looks like in my prisma schema by default:

9 Replies
@admin Could anyone please help me. I've been stuck with this issue for a while.
And you're on latest BA version?
Yeah
Can you submit this as a bug on the github issue?
I think this is a bug in BA.
Sure!
GitHub
plugin schema of field type "string[]" not working properly · Issu...
Is this suited for github? Yes, this is suited for github To Reproduce Make a plugin with a schema of a field that has "string[]" type export const myPlugin(){ return { schema: member: { ...
Oops! nevermind the problem was from me I think
May I mark this as solved?
Yeah