On Wed, Jul 8, 2020 at 4:03 PM mamet007 <[email protected]> wrote: > All of sudent I started to have this issue in my new build. I built the > server 3 times but for some reason i am getting that error any idea? >
Are you using a clean database, or did you import an existing one? If a new database, make sure that the schema you're using is the current one for the release. It looks like you're missing the schema changes that were introduced in the 1.0.0 build to support user groups. If an existing database, make sure you apply the schema updates to the database to get the correct columns. -Nick
