Generating schema from some plugins introduce bugs.

Using the organization plugin, its invitation and member tables schemas are introduced with a bug. You cannot use member & pending since they are blocked scoped variables and not able to be used until after they are fully declared. Removing it will allow the schema to build, but I am not sure if that is the intended use.
No description
3 Replies
Aaron
AaronOP5mo ago
For clarification I am using the drizzle-adapter
axelrtgs
axelrtgs5mo ago
i have the same issue, you just need to quote them because they are supposed to be strings then it will work. i think its just a bug when generating the schema.
KiNFiSH
KiNFiSH5mo ago
it is fixed but need to be released soon but till then you can use the beta version.

Did you find this page helpful?